Skip to content

Sequelize package json fix#16

Merged
minademian merged 23 commits intoproductionfrom
sequelize-package-json-fix
Oct 10, 2022
Merged

Sequelize package json fix#16
minademian merged 23 commits intoproductionfrom
sequelize-package-json-fix

Conversation

@joshuasorkin
Copy link
Copy Markdown
Owner

This includes the package.json changes I made to implement the Sequelize fix described here. I also made some other changes to suppress some errors so that I could test the Sequelize operations:

  • commented out the Session related code in AppInitializer
  • changed all the sequelize.query to this.sequelize.query
  • added defaults for the insertEvent replacements
  • made insertEvent into an async/await function
  • removed the sequelize and sequelize_ssl from the top of the class (the ones that aren't this.sequelize etc)

Copy link
Copy Markdown
Contributor

@minademian minademian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good step in the direction of getting us towards a v1

Comment thread src/appInitializer.js
@minademian minademian merged commit d5e291c into production Oct 10, 2022
minademian added a commit that referenced this pull request Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants