chore: downgrade Prisma to v6.19.3, remove redundant config files, and update schema datasource configurations
All checks were successful
Build and Push App / build (push) Successful in 17m49s

This commit is contained in:
streap2
2026-04-26 08:21:36 +02:00
parent d1e551bcca
commit 668b6bd8b8
9 changed files with 251 additions and 1511 deletions

View File

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