Skip to content

Commit

Permalink
fix: add pg-query-stream for s3 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Oct 16, 2024
1 parent a0304b7 commit cbd35fb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"@aws-sdk/client-s3": "^3.649.0",
"debug": "~4.3.4",
"knex": "~3.1.0",
"pg": "~8.12.0"
"pg": "~8.12.0",
"pg-query-stream": "^4.7.0"
},
"devDependencies": {
"@socialgouv/eslint-config-recommended": "^1.131.0",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9972,6 +9972,11 @@ pg-connection-string@^2.7.0:
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.7.0.tgz#f1d3489e427c62ece022dba98d5262efcb168b37"
integrity sha512-PI2W9mv53rXJQEOb8xNR8lH7Hr+EKa6oJa38zsK0S/ky2er16ios1wLKhZyxzD7jUReiWokc9WK5nxSnC7W1TA==

pg-cursor@^2.12.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/pg-cursor/-/pg-cursor-2.12.0.tgz#bda35cb0bcea79835279d5cb316c7ff19c2aba3f"
integrity sha512-rppw54OnuYZfMUjiJI2zJMwAjjt2V9EtLUb+t7V5tqwSE5Jxod+7vA7Y0FI6Nq976jNLciA0hoVkwvjjB8qzEw==

pg-format@~1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/pg-format/-/pg-format-1.0.4.tgz#27734236c2ad3f4e5064915a59334e20040a828e"
Expand Down Expand Up @@ -10007,6 +10012,13 @@ pg-protocol@^1.7.0:
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.7.0.tgz#ec037c87c20515372692edac8b63cf4405448a93"
integrity sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==

pg-query-stream@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/pg-query-stream/-/pg-query-stream-4.7.0.tgz#13eaacd732f2cbf8e09acdc13113829a295c1526"
integrity sha512-aQpK8yfFTvOzvPmhXEzWfkwM24lv2Y3TfFY0HJYwx0YM/2fL4DhqpBhLni2Kd+l9p/XoDEi+HFvEvOCm7oqaLg==
dependencies:
pg-cursor "^2.12.0"

pg-types@^2.1.0, pg-types@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/pg-types/-/pg-types-2.2.0.tgz#2d0250d636454f7cfa3b6ae0382fdfa8063254a3"
Expand Down

0 comments on commit cbd35fb

Please sign in to comment.