From bf72edf41b7ab74e96ddd308e7fc3890009497ec Mon Sep 17 00:00:00 2001 From: Rodion Promyshlennikov Date: Thu, 24 Mar 2016 17:21:03 +0300 Subject: [PATCH] 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 --- doc/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.rst b/doc/README.rst index bb349c31..e46d8f00 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -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.