mirror of
https://github.com/google/nomulus.git
synced 2025-07-09 04:33:28 +02:00
Apply registrar code change after registrar schema change is taken effect (#1254)
* Apply code change after registrar schema change is taken effect
This commit is contained in:
parent
f3d3936615
commit
88e7de8bf4
4 changed files with 97 additions and 0 deletions
|
@ -581,6 +581,8 @@
|
|||
i18n_address_zip text,
|
||||
ip_address_allow_list text[],
|
||||
last_certificate_update_time timestamptz,
|
||||
last_expiring_cert_notification_sent_date timestamptz,
|
||||
last_expiring_failover_cert_notification_sent_date timestamptz,
|
||||
last_update_time timestamptz not null,
|
||||
localized_address_city text,
|
||||
localized_address_country_code text,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue