mirror of
https://github.com/google/nomulus
synced 2026-09-03 14:46:59 +00: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:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user