]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
add schema support for add/drop constraints and indexes
authorBruno Binet <bruno.binet@gmail.com>
Mon, 24 Sep 2012 21:24:32 +0000 (23:24 +0200)
committerBruno Binet <bruno.binet@gmail.com>
Mon, 24 Sep 2012 22:00:48 +0000 (00:00 +0200)
commit6d09bdf4320163d2ecc2501ea31a3c2e44281848
tree1606f1964c419ad3c0aec2d31dffc200b4d2ed02
parent257ae4a12d88a452694039ba4b499b8fd9054c2c
add schema support for add/drop constraints and indexes
alembic/operations.py
tests/test_op.py