From: Mike Bayer Date: Mon, 10 Nov 2014 17:20:24 +0000 (-0500) Subject: - changelog for pr bitbucket:29, fixes #174 X-Git-Tag: rel_0_7_0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf1620d01c7ca3516286c3619d29433596b2379;p=thirdparty%2Fsqlalchemy%2Falembic.git - changelog for pr bitbucket:29, fixes #174 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 770fdbb9..e790f92e 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -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