1
0
mirror of https://github.com/google/nomulus synced 2026-07-19 14:32:44 +00:00

Add SQL change for per-TLD IDN tables (#1975)

This commit is contained in:
gbrodman
2023-03-28 17:03:22 -04:00
committed by GitHub
parent b9742adc0b
commit 77ee124374
5 changed files with 2260 additions and 2230 deletions
@@ -1094,7 +1094,8 @@ CREATE TABLE public."Tld" (
default_promo_tokens text[],
dns_a_plus_aaaa_ttl interval,
dns_ds_ttl interval,
dns_ns_ttl interval
dns_ns_ttl interval,
idn_tables text[]
);