Skip to content

Commit

Permalink
Ad pg-hstore dep as specified in Sequelize docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksTeresh committed Jun 14, 2024
1 parent ca1007d commit 5a4e7be
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
30 changes: 30 additions & 0 deletions importer-db-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions importer-db-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"lru-cache": "^6.0.0",
"morgan": "^1.10.0",
"pg": "^8.12.0",
"pg-hstore": "^2.3.4",
"redis": "3.1.1",
"sequelize": "^6.0.0",
"winston": "^3.3.3"
Expand Down
30 changes: 30 additions & 0 deletions importer-mankeli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions importer-mankeli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"lodash": "^4.17.21",
"node-nats-streaming": "^0.2.6",
"pg": "^8.12.0",
"pg-hstore": "^2.3.4",
"redis": "^3.1.1",
"redis-lock": "^0.1.4",
"sequelize": "^6.0.0",
Expand Down

0 comments on commit 5a4e7be

Please sign in to comment.