]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Create index in add_column if requested
authorDavid Szotten <davidszotten@gmail.com>
Thu, 16 Oct 2014 16:25:34 +0000 (17:25 +0100)
committerDavid Szotten <davidszotten@gmail.com>
Thu, 16 Oct 2014 16:25:34 +0000 (17:25 +0100)
commit5d9ea4bb754f8792a897b2092b6b9e469197610c
treeec70ff9f1d4cb0949cd3542e8ffec637f1db0202
parentac95bad85cc6267e3ce013319ee590a084565666
Create index in add_column if requested

Fixes #174
alembic/operations.py
tests/test_op.py