Merge "Devref: Add inline codeblock to upgrade command"

This commit is contained in:
Jenkins 2016-06-04 08:56:25 +00:00 committed by Gerrit Code Review
commit ad55f92ff2

View File

@ -85,8 +85,8 @@ Database upgrades are implemented with alembic migration chains.
Database upgrade is split into two parts:
#. neutron-db-manage upgrade --expand
#. neutron-db-manage upgrade --contract
#. ``neutron-db-manage upgrade --expand``
#. ``neutron-db-manage upgrade --contract``
Each part represents a separate alembic branch.