mirror of
https://github.com/google/nomulus.git
synced 2025-08-10 19:49:36 +02: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:
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)
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue