1
0
mirror of https://github.com/google/nomulus synced 2026-07-20 15:02:30 +00:00

Flyway files for defaultPromoTokens (#1851)

* Flyway files for defaultPromoTokens

* Add flyway file
This commit is contained in:
sarahcaseybot
2022-11-22 14:51:08 -05:00
committed by GitHub
parent b1ee1e8441
commit 292bc788fb
5 changed files with 821 additions and 791 deletions
@@ -1058,7 +1058,8 @@ CREATE TABLE public."Tld" (
tld_state_transitions public.hstore NOT NULL,
tld_type text NOT NULL,
tld_unicode text NOT NULL,
transfer_grace_period_length interval NOT NULL
transfer_grace_period_length interval NOT NULL,
default_promo_tokens text[]
);