fix: prisma v7 config in schema.prisma
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
e54f62a5b3
commit
84b9ddcd2b
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ generator kysely {
|
|||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
}
|
||||
|
||||
model Notification {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue