]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Added parameters if_exists and if_not_exists for index operations.
authorАдриан Максим Александрович <adrian@tochka.com>
Wed, 14 Jun 2023 19:52:01 +0000 (22:52 +0300)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 11 Jul 2023 19:28:45 +0000 (21:28 +0200)
commitea4b8ad288d5fd5405e471035d20be3b511fecc8
tree244b5ad73f133d4cb33093456d1b7178cabc9011
parentf5e7fd6d72e0a4c61bb72e691d0e0acfb6c594de
Added parameters if_exists and if_not_exists for index operations.

Fixes: #151
alembic/ddl/impl.py
alembic/ddl/mssql.py
alembic/ddl/postgresql.py
alembic/op.pyi
alembic/operations/batch.py
alembic/operations/ops.py
alembic/operations/toimpl.py
tests/test_op.py
tests/test_postgresql.py