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