collab: Add orb_portal_url column to billing_customers table (#38124)

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

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-09-14 02:42:39 +00:00
committed by GitHub
parent 89e527c23b
commit e40a950bc4
@@ -0,0 +1,2 @@
alter table billing_customers
add column orb_portal_url text;