Update schema.prisma

This commit is contained in:
Spencer Tweedy 2024-06-18 17:28:58 -05:00 committed by GitHub
parent 59c397e8eb
commit 725723140e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,6 @@ generator client {
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("DIRECT_URL") // plain connection with no pgBouncer (used for push & migrations)
relationMode = "prisma"
}