summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2023-04-03 23:15:45 +0200
committerCaselIT <cfederico87@gmail.com>2023-04-04 00:01:37 +0200
commitdd01224a4cbc5119aa6738867b7ce28d9c65a73e (patch)
treea59a9ce120791448f32c17d96bd11d19c0232408 /docs
parent79958bf68da0684ec7c7ffe90b1c5a41360c5906 (diff)
downloadalembic-dd01224a4cbc5119aa6738867b7ce28d9c65a73e.tar.gz
Fix issues in autogenerate of function index removal
Fixed error raised by alembic when running autogenerate after removing a function based index. Fixes: #1212 Change-Id: Idc565d661229afda89d44e36786bb0357323e604
Diffstat (limited to 'docs')
-rw-r--r--docs/build/unreleased/1212.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/build/unreleased/1212.rst b/docs/build/unreleased/1212.rst
new file mode 100644
index 0000000..e27ecb1
--- /dev/null
+++ b/docs/build/unreleased/1212.rst
@@ -0,0 +1,6 @@
+.. change::
+ :tags: bug, autogenerate
+ :tickets: 1212
+
+ Fixed error raised by alembic when running autogenerate after removing
+ a function based index.