mirror of
https://github.com/google/nomulus
synced 2026-08-02 05:16:08 +00:00
Add default value to renewal_price_behavior (#1575)
* Add default value to renewal_price_behavior * Change DEFAULT_PRICE to DEFAULT
This commit is contained in:
@@ -117,7 +117,7 @@ CREATE TABLE public."BillingRecurrence" (
|
||||
domain_name text NOT NULL,
|
||||
recurrence_end_time timestamp with time zone,
|
||||
recurrence_time_of_year text,
|
||||
renewal_price_behavior text,
|
||||
renewal_price_behavior text DEFAULT 'DEFAULT'::text NOT NULL,
|
||||
renewal_price_currency text,
|
||||
renewal_price_amount numeric(19,2)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user