summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/1240.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/unreleased/1240.rst')
-rw-r--r--docs/build/unreleased/1240.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/build/unreleased/1240.rst b/docs/build/unreleased/1240.rst
deleted file mode 100644
index 19cfd81..0000000
--- a/docs/build/unreleased/1240.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
- :tags: bug, mysql, regression
- :tickets: 1240
-
- Fixed regression caused by :ticket:`1166` released in version 1.10.0 which
- caused MySQL unique constraints with multiple columns to not compare
- correctly within autogenerate, due to different sorting rules on unique
- constraints vs. indexes, which in MySQL are shared constructs.