Add renewal columns in BillingRecurrence (#1568)

* Add renewal columns in BillingRecurrence

* Change from event to recurrence in file name
This commit is contained in:
Rachel Guan
2022-03-28 17:42:01 -04:00
committed by GitHub
parent 9363b30b3e
commit 3ef1e6c6a4
5 changed files with 213 additions and 153 deletions
@@ -116,7 +116,10 @@ CREATE TABLE public."BillingRecurrence" (
reason text NOT NULL,
domain_name text NOT NULL,
recurrence_end_time timestamp with time zone,
recurrence_time_of_year text
recurrence_time_of_year text,
renewal_price_behavior text,
renewal_price_currency text,
renewal_price_amount numeric(19,2)
);