1
0
mirror of https://github.com/google/nomulus synced 2026-07-20 06:52:27 +00:00

Remove Tld table field allowed_registrant_contact_ids (#2871)

This is a follow-up to PR #2867, requiring merging/deployment in a subsequent release.

BUG= http://b/448619572
This commit is contained in:
Ben McIlwain
2025-11-14 16:32:36 -05:00
committed by GitHub
parent 0f92e98028
commit 6cb669a5a7
5 changed files with 47 additions and 36 deletions
@@ -1309,7 +1309,6 @@ CREATE TABLE public."Tld" (
tld_name text NOT NULL,
add_grace_period_length interval NOT NULL,
allowed_fully_qualified_host_names text[],
allowed_registrant_contact_ids text[],
anchor_tenant_add_grace_period_length interval NOT NULL,
auto_renew_grace_period_length interval NOT NULL,
automatic_transfer_length interval NOT NULL,