maj pricing, configuration du prisma

This commit is contained in:
2026-02-27 23:57:38 +01:00
parent 5268a7dd68
commit 521e529ab0
18 changed files with 358 additions and 42 deletions

View File

@@ -31,6 +31,7 @@ model User {
email String @unique
hashedPassword String
bio String?
avatar String?
// Legacy string plan (temporarily kept to avoid DB drop errors)
plan String @default("free")