Files
notifications-api/migrations
Rebecca Law 4ce5724bc7 Fix the downgrade of the migration.
By the way I'm not concerned about fixing service.postage data if we have to rollback.
2019-02-13 15:40:08 +00: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.