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:
Rachel Guan
2022-03-31 12:27:32 -04:00
committed by GitHub
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)
);