collab: Add orb_customer_id to billing_customers (#36310)

This PR adds an `orb_customer_id` column to the `billing_customers`
table.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-08-16 09:48:38 -04:00 committed by GitHub
parent 5620e359af
commit d1958aa439
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
alter table billing_customers
add column orb_customer_id text;