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 13:48:38 +00:00
committed by GitHub
parent 5620e359af
commit d1958aa439
@@ -0,0 +1,2 @@
alter table billing_customers
add column orb_customer_id text;