Include ReservedList in BigQuery exports (#1037)

* Include ReservedList in BigQuery exports
This commit is contained in:
Ben McIlwain 2021-03-25 13:14:29 -04:00 committed by GitHub
parent 553b24e005
commit 3af0f8c148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,7 @@ import com.googlecode.objectify.annotation.Entity;
import com.googlecode.objectify.annotation.Mapify; import com.googlecode.objectify.annotation.Mapify;
import com.googlecode.objectify.mapper.Mapper; import com.googlecode.objectify.mapper.Mapper;
import google.registry.model.Buildable; import google.registry.model.Buildable;
import google.registry.model.annotations.ReportedOn;
import google.registry.model.registry.Registry; import google.registry.model.registry.Registry;
import google.registry.model.registry.label.DomainLabelMetrics.MetricsReservedListMatch; import google.registry.model.registry.label.DomainLabelMetrics.MetricsReservedListMatch;
import google.registry.schema.replay.NonReplicatedEntity; import google.registry.schema.replay.NonReplicatedEntity;
@ -62,6 +63,7 @@ import org.joda.time.DateTime;
* revisionId. This is fine though, because we only use the list with the highest revisionId. * revisionId. This is fine though, because we only use the list with the highest revisionId.
*/ */
@Entity @Entity
@ReportedOn
@javax.persistence.Entity @javax.persistence.Entity
@Table(indexes = {@Index(columnList = "name", name = "reservedlist_name_idx")}) @Table(indexes = {@Index(columnList = "name", name = "reservedlist_name_idx")})
public final class ReservedList public final class ReservedList

View file

@ -20,3 +20,4 @@ Recurring
Registrar Registrar
RegistrarContact RegistrarContact
Registry Registry
ReservedList