mirror of
https://github.com/google/nomulus.git
synced 2025-08-16 14:34:05 +02:00
Add default value to renewal_price_behavior (#1575)
* Add default value to renewal_price_behavior * Change DEFAULT_PRICE to DEFAULT
This commit is contained in:
parent
02b3f7b505
commit
7afb8fa343
4 changed files with 18 additions and 18 deletions
|
@ -117,7 +117,7 @@ CREATE TABLE public."BillingRecurrence" (
|
|||
domain_name text NOT NULL,
|
||||
recurrence_end_time timestamp with time zone,
|
||||
recurrence_time_of_year text,
|
||||
renewal_price_behavior text,
|
||||
renewal_price_behavior text DEFAULT 'DEFAULT'::text NOT NULL,
|
||||
renewal_price_currency text,
|
||||
renewal_price_amount numeric(19,2)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue