collab: Add Orb cancellation date to billing_subscriptions table (#38098)

This PR adds an `orb_cancellation_date` column to the
`billing_subscriptions` table.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-09-13 04:13:04 +00:00
committed by GitHub
parent e43ad858d8
commit d046016ef5
@@ -0,0 +1,2 @@
alter table billing_subscriptions
add column orb_cancellation_date timestamp without time zone;