Add svc perms migration script and update readme

This commit is contained in:
Ken Tsang
2017-05-24 11:40:57 +01:00
parent 67246f2da5
commit eda3e412f7
2 changed files with 31 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
Generic single-database configuration.
python application.py db migration to generate migration script.
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.