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:
Marshall Bowers
2025-08-19 02:43:27 +00:00
committed by GitHub
parent 4abfcbaff9
commit 5004cb647b
@@ -0,0 +1,2 @@
alter table billing_subscriptions
add column orb_subscription_id text;