]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Correct issue number for issue 671
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Mar 2020 22:21:54 +0000 (18:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Mar 2020 22:21:54 +0000 (18:21 -0400)
the patch in 52ef05c936170109f2f457751f4940e4269595c3  erroneously
mentioned #617 as the target issue, when it was supposed to be #671.

Change-Id: I2a327d1dc9173e62c7d65a35e65db7ec5edcf3e9
Fixes: #671
docs/build/changelog.rst

index 9ee5bc6481420fc1467e69bb82db8f10d79e032c..1950c5a5af11dabcb0f1553edccac1063237fe52 100644 (file)
@@ -33,7 +33,7 @@ Changelog
 
     .. change::
         :tags: bug, autogenerate, mysql
-        :tickets: 617
+        :tickets: 671
 
         Fixed more false-positive failures produced by the new "compare type" logic
         first added in :ticket:`605`, particularly impacting MySQL string types