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 212dbbe520
commit f2ead5a0e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)