correction deploiement

This commit is contained in:
2026-02-28 08:42:15 +01:00
parent 82c4d1cfe1
commit b06e987d60
1775 changed files with 118873 additions and 4 deletions

View File

@@ -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")