mirror of
https://github.com/google/nomulus
synced 2026-08-31 21:27:09 +00:00
Make createBillingCostTransitions not null (#2405)
* Make createBillingCostTransitions not null * Set up createBillingCost field to be removed form config files * Add clarifying comment
This commit is contained in:
@@ -739,7 +739,7 @@
|
||||
claims_period_end timestamptz not null,
|
||||
create_billing_cost_amount numeric(19, 2),
|
||||
create_billing_cost_currency text,
|
||||
create_billing_cost_transitions hstore,
|
||||
create_billing_cost_transitions hstore not null,
|
||||
creation_time timestamptz not null,
|
||||
currency text not null,
|
||||
default_promo_tokens text[],
|
||||
|
||||
Reference in New Issue
Block a user