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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user