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:
sarahcaseybot 2022-12-06 12:22:43 -05:00 committed by GitHub
parent c13962554e
commit fa3f2a2f21
6 changed files with 232 additions and 0 deletions

View file

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