Make code change for AllocationToken schema change (#1581)

* Make code change for AllocationToken schema change
This commit is contained in:
Rachel Guan 2022-04-15 15:28:39 -04:00 committed by GitHub
parent 98461c1875
commit 94017b694e
4 changed files with 63 additions and 0 deletions

View file

@ -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)