Skip to content

Commit

Permalink
migrate to postgres provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn C committed Dec 21, 2023
1 parent 8e18e8e commit d3239e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/database/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ generator client {
}

datasource db {
provider = "cockroachdb"
provider = "postgres"
url = env("DATABASE_URL")
}

Expand Down

0 comments on commit d3239e9

Please sign in to comment.