.. changelog::
:version: 1.0.6
- :include_notes_from: unreleased
+ :released: January 13, 2019
+
+ .. change::
+ :tags: feature, operations
+ :tickets: 422
+
+ Added Table and Column level comments for supported backends.
+ New methods :meth:`.Operations.create_table_comment` and
+ :meth:`.Operations.drop_table_comment` are added. A new arguments
+ :paramref:`.Operations.alter_column.comment` and
+ :paramref:`.Operations.alter_column.existing_comment` are added to
+ :meth:`.Operations.alter_column`. Autogenerate support is also added
+ to ensure comment add/drops from tables and columns are generated as well
+ as that :meth:`.Operations.create_table`, :meth:`.Operations.add_column`
+ both include the comment field from the source :class:`.Table`
+ or :class:`.Column` object.
.. changelog::
:version: 1.0.5
+++ /dev/null
-.. change::
- :tags: feature, operations
- :tickets: 422
-
- Added Table and Column level comments for supported backends.
- New methods :meth:`.Operations.create_table_comment` and
- :meth:`.Operations.drop_table_comment` are added. A new arguments
- :paramref:`.Operations.alter_column.comment` and
- :paramref:`.Operations.alter_column.existing_comment` are added to
- :meth:`.Operations.alter_column`. Autogenerate support is also added
- to ensure comment add/drops from tables and columns are generated as well
- as that :meth:`.Operations.create_table`, :meth:`.Operations.add_column`
- both include the comment field from the source :class:`.Table`
- or :class:`.Column` object.
\ No newline at end of file