mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02:00
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:
parent
367a38c5b0
commit
2528ee05dd
6 changed files with 25 additions and 73 deletions
|
@ -12,5 +12,4 @@ RegistrarContact
|
|||
Registry
|
||||
ReservedList
|
||||
ServerSecret
|
||||
SignedMarkRevocationList
|
||||
TmchCrl
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue