mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Unstrip LrpToken from EntityClasses
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129142160
This commit is contained in:
parent
d2ca1ff691
commit
e2471b837a
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ import google.registry.model.contact.ContactResource;
|
|||
import google.registry.model.domain.DomainApplication;
|
||||
import google.registry.model.domain.DomainBase;
|
||||
import google.registry.model.domain.DomainResource;
|
||||
import google.registry.model.domain.LrpToken;
|
||||
import google.registry.model.export.LogsExportCursor;
|
||||
import google.registry.model.host.HostResource;
|
||||
import google.registry.model.index.DomainApplicationIndex;
|
||||
|
@ -91,6 +92,7 @@ public final class EntityClasses {
|
|||
HostResource.class,
|
||||
Lock.class,
|
||||
LogsExportCursor.class,
|
||||
LrpToken.class,
|
||||
PollMessage.class,
|
||||
PollMessage.Autorenew.class,
|
||||
PollMessage.OneTime.class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue