]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Allow ALEMBIC_CONFIG for config file location
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Oct 2019 15:04:24 +0000 (11:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Oct 2019 15:05:28 +0000 (11:05 -0400)
commitb12f31b40a0fad39857fad4d432c8e471c22581a
tree18f43360a5c829bd737a4a1a65f74d2a6e9574f4
parentadd50195743e1f7a2fa45d0e5fcfd633201e33d0
Allow ALEMBIC_CONFIG for config file location

The ALEMBIC_CONFIG environment variable is now used as the
default alembic config file name for the -c option of the
command line runner, if present.

Bump revision to 1.3, as Alembic releases are infrequent,
start using a more semver-like approach to feature adds.

Change-Id: I2fdbd6a1ec2d173037e2e371f8851b0258e3efd5
Fixes: #608
alembic/__init__.py
alembic/config.py
docs/build/unreleased/608.rst [new file with mode: 0644]
tests/test_command.py