crates/collab/migrations/20250913035238_add_orb_cancellation_date_to_billing_subscriptions.sql 🔗
@@ -0,0 +1,2 @@
+alter table billing_subscriptions
+ add column orb_cancellation_date timestamp without time zone;
Marshall Bowers created
This PR adds an `orb_cancellation_date` column to the
`billing_subscriptions` table.
Release Notes:
- N/A
crates/collab/migrations/20250913035238_add_orb_cancellation_date_to_billing_subscriptions.sql | 2
1 file changed, 2 insertions(+)
@@ -0,0 +1,2 @@
+alter table billing_subscriptions
+ add column orb_cancellation_date timestamp without time zone;