chore: Add default to match migration for Platform Billing (#14847)
This commit is contained in:
@@ -1364,7 +1364,7 @@ model PlatformBilling {
|
||||
|
||||
customerId String @unique
|
||||
subscriptionId String?
|
||||
plan String
|
||||
plan String @default("none")
|
||||
|
||||
billingCycleStart Int?
|
||||
billingCycleEnd Int?
|
||||
|
||||
Reference in New Issue
Block a user