update readme and ensure makefile up to date

This commit is contained in:
Leo Hemsted
2017-11-22 16:36:09 +00:00
parent b727f53836
commit d30a8b83c1
4 changed files with 18 additions and 16 deletions

View File

@@ -1,9 +0,0 @@
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.

9
migrations/README.md Normal file
View File

@@ -0,0 +1,9 @@
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.