1
0
mirror of https://github.com/google/nomulus synced 2026-07-20 15:02:30 +00:00

Add breakglass_mode to Tld table (#2046)

* Add breakglass_mode to Tld table

* Add a default value
This commit is contained in:
sarahcaseybot
2023-06-06 16:13:08 -04:00
committed by GitHub
parent 9dd41947e0
commit fe86ef0a7d
5 changed files with 3207 additions and 3097 deletions
@@ -1085,7 +1085,8 @@ CREATE TABLE public."Tld" (
dns_a_plus_aaaa_ttl interval,
dns_ds_ttl interval,
dns_ns_ttl interval,
idn_tables text[]
idn_tables text[],
breakglass_mode boolean DEFAULT false NOT NULL
);