Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
chore: update sequelize to fix error on describe table command
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-moncel committed May 15, 2020
1 parent ec39851 commit 5821847
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
.env
coverage/
node_modules/
test-output/
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
- Technical - Move `to-valid-package-name` test to correct folder.
- Readme - Update the community badge for Discourse.

### Fixed
- Command Generte - Fix an error when analyzing database on mssql with case sensitive collation.

## RELEASE 3.5.2 - 2020-04-29
### Changed
- Technical - Introduce conventional commits.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"pg": "^6.1.0",
"pluralize": "^8.0.0",
"saslprep": "1.0.3",
"sequelize": "5.21.7",
"sequelize": "5.21.9",
"spinnies": "0.5.0",
"superagent": "5.1.0",
"tedious": "6.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7825,10 +7825,10 @@ sequelize-pool@^2.3.0:
resolved "https://registry.yarnpkg.com/sequelize-pool/-/sequelize-pool-2.3.0.tgz#64f1fe8744228172c474f530604b6133be64993d"
integrity sha512-Ibz08vnXvkZ8LJTiUOxRcj1Ckdn7qafNZ2t59jYHMX1VIebTAOYefWdRYFt6z6+hy52WGthAHAoLc9hvk3onqA==

sequelize@5.21.7:
version "5.21.7"
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-5.21.7.tgz#ea0ef177d7d6228b1c3b6efdac2db31e05e3441a"
integrity sha512-+JrS5Co7CN53cOFFFaUb+xqQP00wD1Ag9xGLBLoUko2KhRZxjm+UDkqAVPHTUp87McLwJaCPkKv61GPhBVloRQ==
sequelize@5.21.9:
version "5.21.9"
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-5.21.9.tgz#6f572d84c89d3819b942f68710142986e5cbc494"
integrity sha512-CCUgdaGm92ro9ULF3Pi4CLToAYajB3bCAw6mkruAtAsrb/PkK1sl83kLhBiTIxEzTcrtj5Tt/ZqJ8kKE1cRncA==
dependencies:
bluebird "^3.5.0"
cls-bluebird "^2.1.0"
Expand Down

0 comments on commit 5821847

Please sign in to comment.