]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- [bug] drop_index() ensures a dummy column
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2012 22:41:27 +0000 (17:41 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2012 22:41:27 +0000 (17:41 -0500)
commit5a6e05c91846119398cacb3240a00f135bdc4866
tree62c4d30ed6a12b5862ebdc0c19ad8292c53f82a2
parent233fbe2c5f270ee54262cbd3040316e89af2959c
- [bug] drop_index() ensures a dummy column
  is added when it calls "Index", as SQLAlchemy
  0.7.6 will warn on index with no column names.
CHANGES
alembic/operations.py