]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
expose on_version_apply callback to context users
authorJohn Passaro <john.a.passaro@gmail.com>
Tue, 27 Jun 2017 18:36:11 +0000 (14:36 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jul 2017 18:56:39 +0000 (14:56 -0400)
commit6a043d10d87c69ffc7449148677e17a4b94a74db
tree3ec8610a81b5030e8634301c382ea03fc80119f3
parent54c5abb15caeb14ddfc70d54424a59dbf8ef3132
expose on_version_apply callback to context users

Change-Id: I694e26f7d161dcaf4f035277c8317ff6ffe41680
Pull-request: https://bitbucket.org/zzzeek/alembic/pull-requests/67
alembic/runtime/environment.py
alembic/runtime/migration.py
alembic/script/base.py
docs/build/api/runtime.rst
docs/build/changelog.rst
tests/test_script_consumption.py