mirror of
https://github.com/google/nomulus
synced 2026-01-06 13:36:48 +00:00
Add TTL configs to Registry object (#1968)
* Add TTL configs to Registry object * Change A and AAAA records TTL field name
This commit is contained in:
@@ -716,6 +716,9 @@
|
||||
creation_time timestamptz not null,
|
||||
currency text not null,
|
||||
default_promo_tokens text[],
|
||||
dns_a_plus_aaaa_ttl interval,
|
||||
dns_ds_ttl interval,
|
||||
dns_ns_ttl interval,
|
||||
dns_paused boolean not null,
|
||||
dns_writers text[] not null,
|
||||
drive_folder_id text,
|
||||
|
||||
Reference in New Issue
Block a user