fix: remove the @unique from the prisma schema

This commit is contained in:
Pierre Ryssen
2026-03-11 16:55:19 +01:00
parent d5d7b15f16
commit 0ce9c1be39
6 changed files with 48 additions and 19 deletions

View File

@@ -31,6 +31,7 @@ services:
- "3001:3001"
environment:
- NODE_ENV=production
- AUTH_URL=${AUTH_URL}
- DATABASE_URL=${DATABASE_URL}
- NEXTAUTH_URL=${NEXTAUTH_URL}
- NEXTAUTH_SECRET=${NEXTAUTH_SECRET}