Update schema.prisma

This commit is contained in:
arrow2nd 2024-12-16 22:47:53 +09:00 committed by GitHub
parent bce70c1034
commit a1ca438c64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ generator client {
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("DIRECT_DATABASE_URL") ## @see https://blog.atrera.com/post/hosting-your-own-analytics-a-guide-with-umami-vercel-and-supabase/
relationMode = "prisma"
}