mirror of
https://github.com/google/nomulus
synced 2026-02-10 15:00:31 +00:00
Fix semantic merge conflict in Registry (#810)
* Fix semantic merge conflict in Registry
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
premium_list_name text,
|
||||
pricing_engine_class_name text,
|
||||
redemption_grace_period_length interval not null,
|
||||
registry_lock_or_unlock_cost_amount numeric(19, 2),
|
||||
registry_lock_or_unlock_cost_currency text,
|
||||
renew_billing_cost_transitions hstore not null,
|
||||
renew_grace_period_length interval not null,
|
||||
reserved_list_names text[] not null,
|
||||
|
||||
@@ -605,6 +605,8 @@ create sequence temp_history_id_sequence start 1 increment 50;
|
||||
premium_list_name text,
|
||||
pricing_engine_class_name text,
|
||||
redemption_grace_period_length interval not null,
|
||||
registry_lock_or_unlock_cost_amount numeric(19, 2),
|
||||
registry_lock_or_unlock_cost_currency text,
|
||||
renew_billing_cost_transitions hstore not null,
|
||||
renew_grace_period_length interval not null,
|
||||
reserved_list_names text[] not null,
|
||||
|
||||
@@ -918,6 +918,8 @@ CREATE TABLE public."Tld" (
|
||||
premium_list_name text,
|
||||
pricing_engine_class_name text,
|
||||
redemption_grace_period_length interval NOT NULL,
|
||||
registry_lock_or_unlock_cost_amount numeric(19,2),
|
||||
registry_lock_or_unlock_cost_currency text,
|
||||
renew_billing_cost_transitions public.hstore NOT NULL,
|
||||
renew_grace_period_length interval NOT NULL,
|
||||
reserved_list_names text[] NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user