chore: Add default to match migration for Platform Billing (#14847)

This commit is contained in:
Erik
2024-05-02 05:29:32 +00:00
committed by GitHub
parent dd78741158
commit a631286770
+1 -1
View File
@@ -1364,7 +1364,7 @@ model PlatformBilling {
customerId String @unique
subscriptionId String?
plan String
plan String @default("none")
billingCycleStart Int?
billingCycleEnd Int?