1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 07:11:44 +00:00

Remove Tld.allowedRegistrantContactIds field (#2867)

We no longer need this now that no contacts can be applied to any domains at all.

A follow-up PR in subsequent weeks will delete the column from the DB schema.

BUG= http://b/448619572
This commit is contained in:
Ben McIlwain
2025-10-31 11:52:10 -04:00
committed by GitHub
parent d9349be18e
commit 847ef12a4f
23 changed files with 0 additions and 151 deletions

View File

@@ -763,7 +763,6 @@
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,