]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- In conjunction with support for multiple independent bases, the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Nov 2014 19:58:09 +0000 (14:58 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Nov 2014 19:58:09 +0000 (14:58 -0500)
commit3be8c227264d6d7820adb46ab5b939dd92c29caf
tree6bc002f882733e04ed5085f4fadad45135b89a7c
parent296c5160285500fd52973d327608410c6b4ebbdd
- In conjunction with support for multiple independent bases, the
specific version directories are now also configurable to include
multiple, user-defined directories.   When multiple directories exist,
the creation of a revision file with no down revision requires
that the starting directory is indicated; the creation of subsequent
revisions along that lineage will then automatically use that
directory for new files.
fixes #124
alembic/command.py
alembic/config.py
alembic/revision.py
alembic/script.py
alembic/templates/generic/alembic.ini.mako
alembic/templates/multidb/alembic.ini.mako
alembic/templates/pylons/alembic.ini.mako
alembic/testing/env.py
docs/build/changelog.rst
docs/build/tutorial.rst
tests/test_script_production.py