mirror of
https://github.com/google/nomulus.git
synced 2025-07-09 04:33:28 +02:00
Add new columns to BillingEvent (#1573)
* Add new columns to BillingEvent.java * Improve PR and modifyJodaMoneyType to handle null currency in override * Add test cases for edge cases of nullSafeGet in JodaMoneyType * Improve assertions
This commit is contained in:
parent
430e136920
commit
f79e4740f6
6 changed files with 712 additions and 13 deletions
|
@ -79,6 +79,9 @@
|
|||
domain_name text not null,
|
||||
recurrence_end_time timestamptz,
|
||||
recurrence_time_of_year text,
|
||||
renewal_price_amount numeric(19, 2),
|
||||
renewal_price_currency text,
|
||||
renewal_price_behavior text not null,
|
||||
primary key (billing_recurrence_id)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue