summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/1231.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/unreleased/1231.rst')
-rw-r--r--docs/build/unreleased/1231.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/build/unreleased/1231.rst b/docs/build/unreleased/1231.rst
deleted file mode 100644
index b472f22..0000000
--- a/docs/build/unreleased/1231.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-
-.. change::
- :tags: usecase, asyncio
- :tickets: 1231
-
- Added :meth:`.AbstractOperations.run_async` to the operation module to
- allow running async functions in the ``upgrade`` or ``downgrade`` migration
- function when running alembic using an async dialect. This function will
- receive as first argument an
- :class:`~sqlalchemy.ext.asyncio.AsyncConnection` sharing the transaction
- used in the migration context.