]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- for newly added tables, run compare_indexes with None for conn_table
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Oct 2013 15:14:29 +0000 (11:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Oct 2013 15:14:29 +0000 (11:14 -0400)
commitc4e43711c00c87bfc6f0edbc26ab7182a7ccd180
tree635d64f8bc1cf42581157ec76eefbf68e06f8d2c
parented9b71fea8f8c33025872a1d04d7cea7f0821050
- for newly added tables, run compare_indexes with None for conn_table
so that we get those table's indexes added as separate create index
steps.
alembic/autogenerate/compare.py
tests/test_autogenerate.py