fix: use prisma v6 config
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
This commit is contained in:
parent
84b9ddcd2b
commit
f0a106e5fe
3 changed files with 5 additions and 3 deletions
|
|
@ -10,6 +10,7 @@ generator kysely {
|
|||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
}
|
||||
|
||||
model Notification {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue