Skip to content

Commit

Permalink
Use latest / unstable version of Sequelize
Browse files Browse the repository at this point in the history
We have a problem with Sequelize and how it handles distinct SQL queries causing slots (JOIN table) to be empty
when fetching many events. This breaks the calendar.

Related issue: sequelize/sequelize#7344
Possible PR/Fix: sequelize/sequelize#11946
  • Loading branch information
adzialocha committed Mar 25, 2020
1 parent 0b876e1 commit f9c0555
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 35 deletions.
53 changes: 19 additions & 34 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"redux-form": "^8.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"sequelize": "^5.21.5",
"sequelize": "sequelize/sequelize#master",
"sequelize-slugify": "^0.7.0",
"sharp": "^0.22.1",
"winston": "^3.2.1"
Expand Down

0 comments on commit f9c0555

Please sign in to comment.