updated prisma7

This commit is contained in:
2025-11-25 00:08:30 +05:30
parent 03f08983e5
commit 394dbc359b
2 changed files with 15 additions and 1 deletions

View File

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