mirror of
https://github.com/google/nomulus.git
synced 2025-07-28 21:46:29 +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
9bf1bf47dd
commit
342ae7a5de
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