]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Relative revision identifiers as used with ``alembic upgrade``,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Nov 2014 20:23:52 +0000 (15:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Nov 2014 20:23:52 +0000 (15:23 -0500)
commit2639f8f5f85294a84414a5adeb8bcce601e8977a
treee1a37dbede088ce44759d7adf37abb4e9280d6c9
parent6b0b54b35bb4039a59d3ac53c58b998800072726
- Relative revision identifiers as used with ``alembic upgrade``,
``alembic downgrade`` and ``alembic history`` can be combined with
specific revisions as well, e.g. ``alembic upgrade ae10+3``, to produce
a migration target relative to the given exact version.
alembic/compat.py
alembic/revision.py
docs/build/branches.rst
docs/build/changelog.rst
docs/build/tutorial.rst
tests/test_version_traversal.py