]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Add support for kw to DROP INDEX, test postgresql_concurrently
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Aug 2017 19:31:17 +0000 (15:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Aug 2017 14:45:44 +0000 (10:45 -0400)
commita893eb97a90d4ba90a41e0b581ffa35818b5d90a
treeaabdbf01cb19b1cbab9129151cd76d061e00f697
parent62a11b638d76092bd98c4eda17a638ba7c43eedd
Add support for kw to DROP INDEX, test postgresql_concurrently

Change-Id: I89c98401d3e1f1252041b622e045c6dc85fa59a1
Fixes: #424
alembic/operations/ops.py
docs/build/unreleased/424.rst [new file with mode: 0644]
tests/test_postgresql.py