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 Orual
parent ff463b0826
commit ebf28e6ecf
No known key found for this signature in database

View file

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