Skip to content

Commit

Permalink
fix: 🐛 update knex and database packages dependencies
Browse files Browse the repository at this point in the history
update knex and database packages dependencies
  • Loading branch information
jhomarolo committed Apr 9, 2022
1 parent d019ab9 commit 5bea990
Show file tree
Hide file tree
Showing 4 changed files with 2,924 additions and 1,775 deletions.
2 changes: 1 addition & 1 deletion .env_sample_pg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ DB_HOST=localhost
DB_DATABASE=postgres
DB_PASSWORD=
DB_PORT=5432
DB_CLIENT=pg
DB_CLIENT=pg
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"editorRuler.foreground": "#4e2d38",
"activityBar.background": "#541730",
"titleBar.activeBackground": "#752043",
"titleBar.activeForeground": "#FEFBFC"
}
}
Loading

0 comments on commit 5bea990

Please sign in to comment.