summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-04-30 18:28:49 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-04-30 18:28:49 -0400
commitbc6971aa4abdafb7e1a1123c26a373cc25a34ca9 (patch)
treeaa3c6c5568c9d99ab844985f0b72bacd257726a9 /docs
parent4e0b345af1f6d64e184a87fd3d03f5f73665afb6 (diff)
downloadalembic-bc6971aa4abdafb7e1a1123c26a373cc25a34ca9.tar.gz
- Fixed bug where the ``include_object()`` filter would not receive
the original :class:`.Column` object when evaluating a database-only column to be dropped; the object would not include the parent :class:`.Table` nor other aspects of the column that are important for generating the "downgrade" case where the column is recreated. fixes #200
Diffstat (limited to 'docs')
-rw-r--r--docs/build/changelog.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index a6cefc6..d4ccb33 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -6,6 +6,16 @@ Changelog
:version: 0.6.5
.. change::
+ :tags: bug, autogenerate
+ :tickets: 200
+
+ Fixed bug where the ``include_object()`` filter would not receive
+ the original :class:`.Column` object when evaluating a database-only
+ column to be dropped; the object would not include the parent
+ :class:`.Table` nor other aspects of the column that are important
+ for generating the "downgrade" case where the column is recreated.
+
+ .. change::
:tags: bug, environment
:tickets: 195