summaryrefslogtreecommitdiff
path: root/alembic/operations.py
diff options
context:
space:
mode:
Diffstat (limited to 'alembic/operations.py')
-rw-r--r--alembic/operations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/operations.py b/alembic/operations.py
index 6a10f38..683d2bd 100644
--- a/alembic/operations.py
+++ b/alembic/operations.py
@@ -296,7 +296,7 @@ class Operations(object):
to the :class:`~sqlalchemy.schema.MetaData` during the reflection
process. This is typically required if one wants to drop SQLite
constraints, as these constraints will not have names when
- reflected on this backend.
+ reflected on this backend. Requires SQLAlchemy **0.9.4** or greater.
.. seealso::