mirror of
https://github.com/google/nomulus.git
synced 2025-08-12 20:49:37 +02:00
Use DomainHistoryVKey to restore symmetric VKey (#874)
* Use DomainHistoryVKey to restore symmetric VKey * Rebase on HEAD
This commit is contained in:
parent
385e8fb6ec
commit
b43fac655c
27 changed files with 871 additions and 621 deletions
|
@ -48,9 +48,10 @@ CREATE TABLE public."AllocationToken" (
|
|||
discount_premiums boolean NOT NULL,
|
||||
discount_years integer NOT NULL,
|
||||
domain_name text,
|
||||
redemption_history_entry text,
|
||||
redemption_domain_repo_id text,
|
||||
token_status_transitions public.hstore,
|
||||
token_type text
|
||||
token_type text,
|
||||
redemption_domain_history_id bigint
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue