mirror of
https://github.com/google/nomulus.git
synced 2025-08-12 20:49:37 +02:00
Add renewal price behavior to AllocationToken (#1580)
This commit is contained in:
parent
41f9f1ef7d
commit
743dea9ca2
5 changed files with 2607 additions and 2577 deletions
|
@ -51,7 +51,8 @@ CREATE TABLE public."AllocationToken" (
|
|||
redemption_domain_repo_id text,
|
||||
token_status_transitions public.hstore,
|
||||
token_type text,
|
||||
redemption_domain_history_id bigint
|
||||
redemption_domain_history_id bigint,
|
||||
renewal_price_behavior text DEFAULT 'DEFAULT'::text NOT NULL
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue