mirror of
https://github.com/google/nomulus.git
synced 2025-08-11 20:19:37 +02:00
Restore symmetric VKey referenced by BillingEvent.Cancellation (#928)
This commit is contained in:
parent
f669e3ca59
commit
56e384aa4f
9 changed files with 181 additions and 108 deletions
|
@ -70,7 +70,11 @@ CREATE TABLE public."BillingCancellation" (
|
|||
domain_name text NOT NULL,
|
||||
billing_time timestamp with time zone,
|
||||
billing_event_id bigint,
|
||||
billing_recurrence_id bigint
|
||||
billing_recurrence_id bigint,
|
||||
billing_event_history_id bigint,
|
||||
billing_event_domain_repo_id text,
|
||||
billing_recurrence_history_id bigint,
|
||||
billing_recurrence_domain_repo_id text
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue