]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
more fixes for rev ids
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jan 2012 23:37:19 +0000 (18:37 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jan 2012 23:37:19 +0000 (18:37 -0500)
docs/build/tutorial.rst

index 5b0f22bd6bc62b45e27566ede877c6eb78b106ff..c5bee931d409774e397f68fc00eeddd25099b56a 100644 (file)
@@ -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