migrate neon

This commit is contained in:
Taufik Crisnawan Santosa 2024-03-29 14:46:25 +07:00 committed by GitHub
parent 3975b68d3f
commit d9e0c5cd9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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