Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Mar 30, 2024
1 parent d03192e commit 1e00374
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added prisma/data/app.db
Binary file not shown.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

datasource db {
provider = "sqlite"
url = "file:./app.db"
url = "file:./data/app.db"
}

generator clientWorker {
Expand Down

0 comments on commit 1e00374

Please sign in to comment.