collab: Add Orb subscription status and period to billing_subscriptions
table (#36682)
This PR adds the following new columns to the `billing_subscriptions` table: - `orb_subscription_status` - `orb_current_billing_period_start_date` - `orb_current_billing_period_end_date` Release Notes: - N/A
This commit is contained in:
parent
e0613cbd0f
commit
2781a30971
1 changed files with 4 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
alter table billing_subscriptions
|
||||
add column orb_subscription_status text,
|
||||
add column orb_current_billing_period_start_date timestamp without time zone,
|
||||
add column orb_current_billing_period_end_date timestamp without time zone;
|
Loading…
Add table
Add a link
Reference in a new issue