]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fix downgrade with effective head
authorCaselIT <cfederico87@gmail.com>
Mon, 2 May 2022 20:53:39 +0000 (22:53 +0200)
committerCaselIT <cfederico87@gmail.com>
Tue, 3 May 2022 20:42:40 +0000 (22:42 +0200)
commit1684d0ee89c0fc6b0b90bc5db614468b31119e9d
treeef855470bd910e7ecbebc00b7f9ecb1614f0058c
parentcfe92fac6794515d3aa3b995e288b11d5c9437fa
Fix downgrade with effective head

Fixed issue where downgrade using a relative revision would
fail in case of multiple branches with a single effectively
head due to interdependencies between revisions.

Fixes: #1026
Change-Id: I79f5595fb9d03124db8039345055571a9134eecd
alembic/script/base.py
alembic/script/revision.py
alembic/util/compat.py
docs/build/unreleased/1026.rst [new file with mode: 0644]
pyproject.toml
tests/test_revision.py