]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- changelog for pr bitbucket:29, fixes #174
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Nov 2014 17:20:24 +0000 (12:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Nov 2014 17:20:24 +0000 (12:20 -0500)
docs/build/changelog.rst

index 770fdbb9913ca79fbe442043707e59e7d5f1f77f..e790f92ef84f3c23183cfc076828931307a32c91 100644 (file)
@@ -5,6 +5,16 @@ Changelog
 .. changelog::
     :version: 0.7.0
 
+    .. change::
+      :tags: bug, operations
+      :tickets: 174
+      :pullreq: bitbucket:29
+
+      The :meth:`.Operations.add_column` directive will now additionally emit
+      the appropriate ``CREATE INDEX`` statement if the
+      :class:`~sqlalchemy.schema.Column` object specifies ``index=True``.
+      Pull request courtesy David Szotten.
+
     .. change::
       :tags: feature, operations, sqlite
       :tickets: 21