mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-31 21:01:39 -05:00
More migrations got merged in between me making 0114 and merging the PR that contained 0114. If we named the files as just 0114.py then this would get flagged as a merge conflict…
Generic single-database configuration. python application.py db migrate to generate migration script. python application.py db upgrade to upgrade db with script. python application.py db downgrade to rollback db changes. python application.py db current to show current script.