This commit is contained in:
raunakgofuse 2025-12-12 11:57:56 +05:30 committed by GitHub
commit 6b2ab7d6f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@ generator client {
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("DIRECT_DATABASE_URL")
relationMode = "prisma"
}