fix: prisma v7 config in schema.prisma
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s

This commit is contained in:
HAM 2026-01-12 13:41:00 +07:00
parent e54f62a5b3
commit 84b9ddcd2b

View file

@ -10,7 +10,6 @@ generator kysely {
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
model Notification {