Restore symmetric VKey referenced by BillingEvent.Cancellation (#928)

This commit is contained in:
Shicong Huang 2021-01-14 13:16:24 -05:00 committed by GitHub
parent 9b711ec8e1
commit b764c25a63
9 changed files with 181 additions and 108 deletions

View file

@ -40,7 +40,11 @@
domain_name text not null,
billing_time timestamptz,
billing_event_id int8,
billing_event_history_id int8,
billing_event_domain_repo_id text,
billing_recurrence_id int8,
billing_recurrence_history_id int8,
billing_recurrence_domain_repo_id text,
primary key (billing_cancellation_id)
);