maj schema prisma

This commit is contained in:
2026-04-13 08:33:14 +02:00
parent 7a648e8182
commit 15644403de
3 changed files with 4 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
}
datasource db {

View File

@@ -1,5 +0,0 @@
# Connexion locale via le Docker Compose fourni :
DATABASE_URL=postgresql://admin:adminpassword@kaelstudio.tech:5432/afropreunariat_dev?schema=public
# Exemple avec Supabase ou Neon (si base distante)
# DATABASE_URL="postgresql://postgres:[MOT_DE_PASSE]@db.[ID_PROJET].supabase.co:5432/postgres"

View File

@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
}
datasource db {