mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 16:25:31 -04:00
Update schema.prisma
`shadowDatabaseUrl` is no longer required for Vercel Postgres and may cause issues when set to the same value as `directUrl`.
This commit is contained in:
@@ -7,7 +7,6 @@ datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
directUrl = env("POSTGRES_URL_NON_POOLING")
|
||||
shadowDatabaseUrl = env("POSTGRES_URL_NON_POOLING")
|
||||
}
|
||||
|
||||
model hits {
|
||||
|
Reference in New Issue
Block a user