HackGT / registration

Powerful and extensible registration system for hackathons and other large events
https://registration.hack.gt
MIT License
6 stars 1 forks source link

Update Mongoose (MongoDB ORM) to version 5 #210

Closed bunsenmcdubbs closed 6 years ago

bunsenmcdubbs commented 6 years ago

198 will probably use Model.watch which is not present in mongoose 4.x. We need to update to mongoose 5.x.

https://github.com/HackGT/registration/blob/8cf460199584ad10aa372dbf90f7bc45cb4c77f0/package.json#L56

Migration guide from Mongoose docs.