]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- If the "alembic_version" table is present in the target metadata,
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Oct 2014 01:01:31 +0000 (21:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Oct 2014 01:02:29 +0000 (21:02 -0400)
commit9650ccfb6841de45efdedb40de5b5f9d3d2f4582
treeac3516faa5b6710db291413038b4d27a767118af
parent44d5eea91b62cca15b21052241601f4243ff48a3
- If the "alembic_version" table is present in the target metadata,
autogenerate will skip this also.  Pull request courtesy
Dj Gilcrease. fixes #28
- The :paramref:`.EnvironmentContext.configure.version_table`
and :paramref:`.EnvironmentContext.configure.version_table_schema`
arguments are now honored during the autogenerate process, such that
these names will be used as the "skip" names on both the database
reflection and target metadata sides. fixes #77
alembic/autogenerate/api.py
alembic/migration.py
docs/build/changelog.rst
tests/test_autogenerate.py