]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- The :meth:`.MigrationContext.stamp` method, added as part of the
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Jun 2015 15:40:34 +0000 (11:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Jun 2015 15:40:34 +0000 (11:40 -0400)
commit541cbd26b5b86ce445f2065b60d28fdcbbb299a9
tree993ff46d418439f2db6bf51430b98f2a9ab93581
parent229f86723be4404c1bff3a63d97ab9f32ba93b0b
- The :meth:`.MigrationContext.stamp` method, added as part of the
versioning refactor in 0.7 as a more granular version of
:func:`.command.stamp`, now includes the "create the alembic_version
table if not present" step in the same way as the command version,
which was previously omitted.
fixes #300
alembic/migration.py
docs/build/changelog.rst
tests/test_version_table.py