illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 36 forks source link

Upgrade to Sequelize 5.6.1 #278

Open nwalters512 opened 5 years ago

nwalters512 commented 5 years ago

Sequelize 5.6.1 (PR https://github.com/sequelize/sequelize/pull/10785) fixes an issue we've been having with attributes on nested models: https://github.com/sequelize/sequelize/issues/10552. We should update to the latest version and remove our temporary workarounds.