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-18 22:43:27 -04:00 committed by GitHub
parent 4abfcbaff9
commit 5004cb647b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
alter table billing_subscriptions
add column orb_subscription_id text;