mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +00:00
1154271ea5
* Remove grace period ID @OnLoads now that migration is complete I verified in BigQuery that all grace period IDs are now allocated (as expected given that the re-save all EPP resource mapreduce has been run several times since this migration started last year). The query I used for verification is: SELECT fullyQualifiedDomainName, gp, ot FROM `domain-registry.latest_datastore_export.DomainBase` JOIN UNNEST(gracePeriods.billingEventRecurring) AS gp JOIN UNNEST(gracePeriods.billingEventOneTime) AS ot WHERE gp.id IS NULL or ot.id IS NULL BUG=169873747