Skip to content

Commit

Permalink
feat: change to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
peam1146 committed Aug 15, 2023
1 parent ff24337 commit d3b8d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ generator kysely {
}

datasource db {
provider = "sqlite"
provider = "postgresql"
url = env("DATABASE_URL")
}

Expand Down

0 comments on commit d3b8d3a

Please sign in to comment.