1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 23:23:32 +00:00

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