Files
notifications-api/migrations
Rebecca Law d50a0d4cb4 Migration script
Change to command.
2018-05-10 16:41:24 +01:00
..
2018-05-10 16:41:24 +01:00

Generic single-database configuration.

flask db migrate to generate migration script.

flask db upgrade to upgrade db with script.

flask db downgrade to rollback db changes.

flask db current to show current script.