mirror of
https://github.com/google/nomulus.git
synced 2025-08-12 20:49:37 +02:00
Fix semantic merge conflict in Registry (#810)
* Fix semantic merge conflict in Registry
This commit is contained in:
parent
c237ba0456
commit
89a9190d14
4 changed files with 14 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue