crates/collab/migrations/20250819022421_add_orb_subscription_id_to_billing_subscriptions.sql 🔗
@@ -0,0 +1,2 @@
+alter table billing_subscriptions
+ add column orb_subscription_id text;
Marshall Bowers created
This PR adds an `orb_subscription_id` column to the
`billing_subscriptions` table.
Release Notes:
- N/A
crates/collab/migrations/20250819022421_add_orb_subscription_id_to_billing_subscriptions.sql | 2
1 file changed, 2 insertions(+)
@@ -0,0 +1,2 @@
+alter table billing_subscriptions
+ add column orb_subscription_id text;