Export LrpToken to BigQuery

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=132083818
This commit is contained in:
ctingue 2016-09-02 11:19:41 -07:00 committed by Ben McIlwain
parent 7c16a3b367
commit c75ab37dab

View file

@ -34,6 +34,7 @@ import google.registry.model.billing.RegistrarCredit;
import google.registry.model.billing.RegistrarCreditBalance; import google.registry.model.billing.RegistrarCreditBalance;
import google.registry.model.contact.ContactResource; import google.registry.model.contact.ContactResource;
import google.registry.model.domain.DomainBase; import google.registry.model.domain.DomainBase;
import google.registry.model.domain.LrpToken;
import google.registry.model.host.HostResource; import google.registry.model.host.HostResource;
import google.registry.model.index.DomainApplicationIndex; import google.registry.model.index.DomainApplicationIndex;
import google.registry.model.index.EppResourceIndex; import google.registry.model.index.EppResourceIndex;
@ -65,6 +66,7 @@ public final class ExportConstants {
ForeignKeyHostIndex.class, ForeignKeyHostIndex.class,
HistoryEntry.class, HistoryEntry.class,
HostResource.class, HostResource.class,
LrpToken.class,
Modification.class, Modification.class,
OneTime.class, OneTime.class,
PremiumList.class, PremiumList.class,