correction deploiement
This commit is contained in:
@@ -34,7 +34,7 @@ model User {
|
||||
avatar String?
|
||||
|
||||
// Legacy string plan (temporarily kept to avoid DB drop errors)
|
||||
plan String @default("free")
|
||||
plan String? @default("free")
|
||||
|
||||
// New Subscription
|
||||
planId String? @default("free")
|
||||
|
||||
Reference in New Issue
Block a user