Remove SMDRL completely from Datastore (#1104)

* Remove SMDRL completely from Datastore

* Remove some unnecessary stuff

* Change row count to 10000

* Remove implement EntityTestCase
This commit is contained in:
sarahcaseybot 2021-04-26 17:15:50 -04:00 committed by GitHub
parent 367a38c5b0
commit 2528ee05dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 73 deletions

View file

@ -12,5 +12,4 @@ RegistrarContact
Registry
ReservedList
ServerSecret
SignedMarkRevocationList
TmchCrl

View file

@ -826,12 +826,6 @@ class google.registry.model.server.ServerSecret {
long leastSignificant;
long mostSignificant;
}
class google.registry.model.smd.SignedMarkRevocationList {
@Id long id;
@Parent com.googlecode.objectify.Key<google.registry.model.common.EntityGroupRoot> parent;
java.util.Map<java.lang.String, org.joda.time.DateTime> revokes;
org.joda.time.DateTime creationTime;
}
class google.registry.model.tmch.ClaimsListShard {
@Id long id;
@Parent com.googlecode.objectify.Key<google.registry.model.tmch.ClaimsListShard$ClaimsListRevision> parent;