collab: Make stripe_subscription_id
and stripe_subscription_status
nullable on billing_subscriptions
(#36536)
This PR makes the `stripe_subscription_id` and `stripe_subscription_status` columns nullable on the `billing_subscriptions` table. Release Notes: - N/A
This commit is contained in:
parent
757b37fd41
commit
82ac8a8aaa
1 changed files with 3 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
alter table billing_subscriptions
|
||||
alter column stripe_subscription_id drop not null,
|
||||
alter column stripe_subscription_status drop not null;
|
Loading…
Add table
Add a link
Reference in a new issue