1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 13:36:48 +00:00

Add Java changes for new breakglass_mode column on Tld (#2053)

* Add Java changes for new breakglass_mode column on Tld

* Add generated sql schema
This commit is contained in:
sarahcaseybot
2023-06-22 12:55:42 -04:00
committed by GitHub
parent 6b54b69163
commit cf1a148208
2 changed files with 13 additions and 0 deletions

View File

@@ -704,6 +704,7 @@
anchor_tenant_add_grace_period_length interval not null,
auto_renew_grace_period_length interval not null,
automatic_transfer_length interval not null,
breakglass_mode boolean not null,
claims_period_end timestamptz not null,
create_billing_cost_amount numeric(19, 2),
create_billing_cost_currency text,