]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Added a rule for Postgresql to not render a "drop unique" and "drop index"
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Nov 2014 19:20:36 +0000 (14:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Nov 2014 19:23:01 +0000 (14:23 -0500)
commit360b8b98da0ba308e04938916908329e4d0d90dc
tree07f906e6ba9168598cee4eaf28c1ebd9a185a424
parenta1618830cf2b200e6ff37c1655d177c91218bf5f
- Added a rule for Postgresql to not render a "drop unique" and "drop index"
given the same name; for now it is assumed that the "index" is the
implicit one Postgreql generates.   Future integration with
new SQLAlchemy 1.0 features will improve this to be more
resilient.
fixes #247
alembic/autogenerate/compare.py
alembic/ddl/mysql.py
alembic/ddl/postgresql.py
docs/build/changelog.rst
tests/test_autogen_indexes.py