1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 04:25:22 -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:
Jon Harrell 2023-08-30 09:01:21 -05:00 committed by Jake Jarvis
parent a3a854b4ac
commit f6726b5926

View File

@ -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 {