]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Indexes and unique constraints are now included in the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Nov 2014 23:33:51 +0000 (18:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Nov 2014 23:33:51 +0000 (18:33 -0500)
commite7d17fb89bf3c0f4a8ebc72947765db62e9ab0f1
treed711c34935fe86aa87d5514147fe086715627b23
parent0fa7716ffe6ac1261c9446162d6486f0411ed4df
- Indexes and unique constraints are now included in the
:paramref:`.EnvironmentContext.configure.include_object` hook.
Indexes are sent with type ``"index"`` and unique constraints with
type ``"unique_constraint"``.
fixes #203
alembic/autogenerate/compare.py
alembic/environment.py
docs/build/changelog.rst
tests/test_autogen_indexes.py
tests/test_autogenerate.py