Renamed migration script and refactor code

This commit is contained in:
Ken Tsang
2017-07-07 14:48:00 +01:00
parent b814c5ff26
commit 3b1f229384
5 changed files with 12 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
from app import db
from app.dao.dao_utils import transactional, version_class
from app.dao.dao_utils import transactional
from app.models import Organisation