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:
@@ -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[]
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user