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:
sarahcaseybot 2023-03-22 13:56:11 -04:00 committed by GitHub
parent c216c874b4
commit 8b7e938ed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 53 additions and 0 deletions

View file

@ -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,