mirror of
https://github.com/google/nomulus.git
synced 2025-07-09 04:33:28 +02:00
Add defaultPromoTokens to Registry (#1850)
* Add defaultPromoTokens to Registry * Remove flyway files from this PR * Fix merge conflicts * Add back flyway file * Add more info to error messages * Change to a list * Fix javadoc * Change error message * Add note to field declaration
This commit is contained in:
parent
c13962554e
commit
fa3f2a2f21
6 changed files with 232 additions and 0 deletions
|
@ -704,6 +704,7 @@
|
|||
create_billing_cost_currency text,
|
||||
creation_time timestamptz not null,
|
||||
currency text not null,
|
||||
default_promo_tokens text[],
|
||||
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