philloooo / github-tests

just for testing various github features/bugs
Apache License 2.0
0 stars 0 forks source link

PXD-270 ⁃ implement a more robust database migration system #300

Open skattar1406 opened 6 years ago

skattar1406 commented 6 years ago

http://alembic.zzzcomputing.com/en/latest/

It'd be nice to have a robust system on top of our migrations to allow for switching between versions of the database easily (in addition to some easier wrappers for altering tables). Right now we have a single function to migrate the entire database to the latest version by checking for necessary changes.