mirror of
https://github.com/google/nomulus.git
synced 2025-07-09 04:33:28 +02:00
Include ReservedList in BigQuery exports (#1037)
* Include ReservedList in BigQuery exports
This commit is contained in:
parent
553b24e005
commit
3af0f8c148
2 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@ import com.googlecode.objectify.annotation.Entity;
|
|||
import com.googlecode.objectify.annotation.Mapify;
|
||||
import com.googlecode.objectify.mapper.Mapper;
|
||||
import google.registry.model.Buildable;
|
||||
import google.registry.model.annotations.ReportedOn;
|
||||
import google.registry.model.registry.Registry;
|
||||
import google.registry.model.registry.label.DomainLabelMetrics.MetricsReservedListMatch;
|
||||
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.
|
||||
*/
|
||||
@Entity
|
||||
@ReportedOn
|
||||
@javax.persistence.Entity
|
||||
@Table(indexes = {@Index(columnList = "name", name = "reservedlist_name_idx")})
|
||||
public final class ReservedList
|
||||
|
|
|
@ -20,3 +20,4 @@ Recurring
|
|||
Registrar
|
||||
RegistrarContact
|
||||
Registry
|
||||
ReservedList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue