correction gem high dockerfile prisma schema
All checks were successful
Build and Push App / build (push) Successful in 52s

This commit is contained in:
2026-04-19 10:06:57 +02:00
parent 46175b32f5
commit c47d8821f6
5 changed files with 18 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ generator client {
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
model User {