running the "revision" command. Note that the script environment
is only run within the "revision" command if the --autogenerate
option is used, or if the option "revision_environment=true"
- is present in the alembic.ini file. New in 0.3.3.
+ is present in the alembic.ini file.
+
+ .. versionadded:: 0.3.3
+
:param version_table: The name of the Alembic version table.
The default is ``'alembic_version'``.
:param version_table_schema: Optional schema to place version
:version: 0.5.0
:released: Thu Apr 4 2013
+ .. note::
+
+ Alembic 0.5.0 now requires at least
+ version 0.7.3 of SQLAlchemy to run properly.
+ Support for 0.6 has been dropped.
+
.. change::
:tags: feature
:tickets: 76
:tags: feature
:tickets: 93
- Added :func:`.operations.create_primary_key`
+ Added :meth:`.Operations.create_primary_key`
operation, will genenerate an ADD CONSTRAINT
for a primary key.
'ext.changelog']
changelog_render_ticket = "https://bitbucket.org/zzzeek/alembic/issue/%s/"
+changelog_render_pullreq = "https://bitbucket.org/zzzeek/alembic/pull-request/%s"
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
(see :ref:`bugs`) on an as-needed
basis. It should be expected that the development version may be required
for proper implementation of recently repaired issues in between releases;
-the latest tip is always available at https://bitbucket.org/zzzeek/alembic/get/tip.tar.gz.
+the latest default tip is always available at https://bitbucket.org/zzzeek/alembic/get/default.tar.gz.
.. _installation: