mirror of
https://github.com/google/nomulus.git
synced 2025-07-09 04:33:28 +02:00
Make code change for AllocationToken schema change (#1581)
* Make code change for AllocationToken schema change
This commit is contained in:
parent
98461c1875
commit
94017b694e
4 changed files with 63 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
domain_name text,
|
||||
redemption_domain_history_id int8,
|
||||
redemption_domain_repo_id text,
|
||||
renewal_price_behavior text not null,
|
||||
token_status_transitions hstore,
|
||||
token_type text,
|
||||
primary key (token)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue