crates/collab/migrations/20250914022147_add_orb_portal_url_to_billing_customers.sql 🔗
@@ -0,0 +1,2 @@
+alter table billing_customers
+ add column orb_portal_url text;
Marshall Bowers created
This PR adds an `orb_portal_url` column to the `billing_customers`
table.
Release Notes:
- N/A
crates/collab/migrations/20250914022147_add_orb_portal_url_to_billing_customers.sql | 2
1 file changed, 2 insertions(+)
@@ -0,0 +1,2 @@
+alter table billing_customers
+ add column orb_portal_url text;