Add service permissions DAO and refactor user service permission mock

This commit is contained in:
Ken Tsang
2017-05-11 15:22:58 +01:00
parent 54cedf39e7
commit 114d4d84d4
9 changed files with 165 additions and 23 deletions

View File

@@ -1 +1,7 @@
Generic single-database configuration.
Generic single-database configuration.
python application.py db migration to generate migration script.
python application.py db upgrade to upgrade db with script.
python application.py db downgrade to rollback db changes.