mirror of
https://github.com/google/nomulus
synced 2026-08-28 03:46:30 +00:00
Restore symmetric VKey referenced by BillingEvent.Cancellation (#928)
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
@@ -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
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user