doc: Correct typo
A contract migration will use the '--contract' flag, obviously. Change-Id: I288bd0175834fdd3ee8d224f099e37b6294cb7ea Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
parent
4ea0b263fd
commit
8c789fbe73
@ -97,7 +97,7 @@ To create a new *contract* branch migration:
|
||||
.. code-block:: bash
|
||||
|
||||
$ tox -e venv -- python -m keystone.common.sql.migrations.manage \
|
||||
revision --expand -m "My contract migration"
|
||||
revision --contract -m "My contract migration"
|
||||
|
||||
To auto-generate an *expand* and/or *contract* branch migration:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user