Files
notifications-api/migrations/README.md

10 lines
218 B
Markdown
Raw Normal View History

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.