summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/896.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/unreleased/896.rst')
-rw-r--r--docs/build/unreleased/896.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/build/unreleased/896.rst b/docs/build/unreleased/896.rst
new file mode 100644
index 0000000..c6efce4
--- /dev/null
+++ b/docs/build/unreleased/896.rst
@@ -0,0 +1,10 @@
+.. change::
+ :tags: bug, regression, batch
+ :tickets: 896
+
+ Fixed regression in batch mode due to :ticket:`883` where the "auto" mode
+ of batch would fail to accommodate any additional migration directives
+ beyond encountering an ``add_column()`` directive, due to a mis-application
+ of the conditional logic that was added as part of this change, leading to
+ "recreate" mode not being used in cases where it is required for SQLite
+ such as for unique constraints.