more fixes for rev ids
This commit is contained in:
7
docs/build/tutorial.rst
vendored
7
docs/build/tutorial.rst
vendored
@@ -453,7 +453,8 @@ is already present::
|
||||
|
||||
"""
|
||||
|
||||
# downgrade revision identifier, used by Alembic.
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '27c6a30d7c24'
|
||||
down_revision = None
|
||||
|
||||
from alembic import op
|
||||
@@ -716,10 +717,12 @@ We resolve this branch by editing the files to be in a straight line. In this
|
||||
|
||||
"""
|
||||
|
||||
# downgrade revision identifier, used by Alembic.
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '27c6a30d7c24'
|
||||
# changed from 1975ea83b712
|
||||
down_revision = 'ae1027a6acf'
|
||||
|
||||
|
||||
The ``branches`` command then shows no branches::
|
||||
|
||||
$ alembic branches
|
||||
|
||||
Reference in New Issue
Block a user