collab: Add orb_subscription_id
to billing_subscriptions
(#36455)
This PR adds an `orb_subscription_id` column to the `billing_subscriptions` table. Release Notes: - N/A
This commit is contained in:
parent
4abfcbaff9
commit
5004cb647b
1 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
alter table billing_subscriptions
|
||||
add column orb_subscription_id text;
|
Loading…
Add table
Add a link
Reference in a new issue