mirror of
https://github.com/google/nomulus.git
synced 2025-07-30 22:46:26 +02: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:
parent
c216c874b4
commit
8b7e938ed6
2 changed files with 53 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue