acrisci / simple-breakpad-server

Simple breakpad crash reports collecting server
https://www.npmjs.com/package/simple-breakpad-server
MIT License
67 stars 29 forks source link

Database migrations #9

Open acrisci opened 7 years ago

acrisci commented 7 years ago

Now that we're making some breaking changes to the database between major version bumps, it would be nice to have a way to automate migrating the database either by a script or just whenever we detect a major version bump.

http://docs.sequelizejs.com/en/latest/docs/migrations/