summaryrefslogtreecommitdiff
path: root/docs/build/branches.rst
Commit message (Collapse)AuthorAgeFilesLines
* Tweak docs about version_path_separatorVlastimil Zíma2021-11-221-2/+3
|
* Support version_locations paths with spacesGord Thompson2021-06-221-0/+1
| | | | | Fixes: #842 Change-Id: Icae7899cecc137eaba26cd14ded9da89df35aae1
* remove all .. version(?:changed|added):: prior to 1.0Mike Bayer2021-01-181-24/+0
| | | | Change-Id: I2a1a0c273adc871b12e13d7f913609fe1122dab3
* - add a new section "Run Multiple Alembic Environments from one .ini file",Mike Bayer2017-01-231-0/+7
| | | | | | | clarify what the --name flag does and how this differs from "multiple bases". Change-Id: If65a8a11802db18bc2f42ffea360c70cbc9113bb
* Fix label markupÉric Araujo2016-04-221-1/+1
|
* - Added new multiple-capable argument ``--depends-on`` to theMike Bayer2015-07-281-9/+26
| | | | | | | | | | | ``alembic revision`` command, allowing ``depends_on`` to be established at the command line level rather than having to edit the file after the fact. ``depends_on`` identifiers may also be specified as branch names at the command line or directly within the migration file. The values may be specified as partial revision numbers from the command line which will be resolved to full revision numbers in the output file. fixes #311
* - Relative revision identifiers as used with ``alembic upgrade``,Mike Bayer2014-11-231-0/+5
| | | | | | ``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.
* tuple form as wellMike Bayer2014-11-221-1/+9
|
* - now that branching is an enormous chapter, break out the docs intoMike Bayer2014-11-221-0/+782
individual pages. the pages here are a little slim in the middle but overall the one-page docs were getting extremely long.