Change deployment model schema

Prepare for deployment refactoring.
Add  migration to add column credentials
to deployment model and drop users and admin columns.
Add tests for migrations and walk mixin 
for it implementation.
Add documentation about autogeneration of migrations.
Add possibility to make batch rendering for alembic
autogeneration.

Change-Id: I5958a96671d2fb111533c09feb462b4dcd7483b9
This commit is contained in:
Rodion Promyshlennikov 2016-03-24 17:21:03 +03:00
parent f27eccd9df
commit bf72edf41b

View File

@ -23,7 +23,7 @@ Source of documentation. Latest version of documentation_.
specs
~~~~~~
~~~~~
Specs are detailed description of proposed changes in project.
Usually they answer on what, why, how to change in project and who is going to work on change.