Skip to content

Commit cd0bc0d

Browse files
authored
Merge pull request #47 from jhomarolo/master
update knex and database packages dependencies
2 parents d019ab9 + 4702956 commit cd0bc0d

File tree

5 files changed

+2665
-1970
lines changed

5 files changed

+2665
-1970
lines changed

.env_sample_pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ DB_HOST=localhost
33
DB_DATABASE=postgres
44
DB_PASSWORD=
55
DB_PORT=5432
6-
DB_CLIENT=pg
6+
DB_CLIENT=pg

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,6 @@ public
159159
.dynamodb/
160160
.editorconfig
161161
.prettierrc
162-
162+
.vscode/*
163+
.history/
164+
*.vsix

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"editorRuler.foreground": "#4e2d38",
4+
"activityBar.background": "#541730",
5+
"titleBar.activeBackground": "#752043",
6+
"titleBar.activeForeground": "#FEFBFC"
7+
}
8+
}

0 commit comments

Comments
 (0)