]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
add recursive_version_locations option for searching revision files
authorostr00000 <ostr00000@gmail.com>
Mon, 27 Feb 2023 23:18:19 +0000 (18:18 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Mar 2023 00:04:59 +0000 (19:04 -0500)
commita55f79a109008e79f740ab40e6a9fc597785cbbe
tree5b346c4e46767ceb0ddd732edf7d85c173542771
parentb53ec0004a08c40a25a4dbf047c51cd140971a9c
add recursive_version_locations option for searching revision files

Recursive traversal of revision files in a particular revision directory is
now supported, by indicating ``recursive_version_locations = true`` in
alembic.ini. Pull request courtesy ostr00000.

Fixes: #760
Closes: #1182
Pull-request: https://github.com/sqlalchemy/alembic/pull/1182
Pull-request-sha: ecb0da48b459abd3f5e95390ec7030a7e3fcbc6d

Change-Id: I711ca2dbd35fb9a2acdbfd374bcac13043b0d129
alembic/script/base.py
alembic/templates/async/alembic.ini.mako
alembic/templates/generic/alembic.ini.mako
alembic/templates/multidb/alembic.ini.mako
docs/build/tutorial.rst
docs/build/unreleased/760.rst [new file with mode: 0644]
tests/test_script_consumption.py
tests/test_script_production.py