Skip to content

Commit

Permalink
feat: Update database connection URL in Prisma schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipmake committed Jan 23, 2025
1 parent 49d8169 commit ed9a483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ generator client {

datasource db {
provider = "sqlite"
url = env("DATABASE_URL")
url = "file:../data/perplexed.db"
}

model UserOption {
Expand Down

0 comments on commit ed9a483

Please sign in to comment.