mirror of
https://github.com/google/nomulus
synced 2026-09-19 14:34:18 +00:00
Add renewal columns in BillingRecurrence (#1568)
* Add renewal columns in BillingRecurrence * Change from event to recurrence in file name
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user