summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-05-24 16:14:30 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-05-24 16:22:32 -0400
commit19e1f6c1a72be95d0962065c781aed970d1d50ae (patch)
tree6ee7fd30d23a03289feadf553f8b0a498b856dfa /docs
parentffc690416ccbe8c551b14308694d2497e12e0185 (diff)
downloadalembic-19e1f6c1a72be95d0962065c781aed970d1d50ae.tar.gz
differentiate CreateTableOp from model vs. op.create_table()
Fixed regression caused by just fixed :ticket:`844` that scaled back the filter for ``unique=True/index=True`` too far such that these directives no longer worked for the ``op.create_table()`` op, this has been fixed. Change-Id: Idbed889ef4fbb7b3a944d3f4631f1cae53030316 Fixes: #848
Diffstat (limited to 'docs')
-rw-r--r--docs/build/unreleased/848.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/build/unreleased/848.rst b/docs/build/unreleased/848.rst
new file mode 100644
index 0000000..6596e6f
--- /dev/null
+++ b/docs/build/unreleased/848.rst
@@ -0,0 +1,7 @@
+.. change::
+ :tags: bug, regression, op directives
+ :tickets: 848
+
+ Fixed regression caused by just fixed :ticket:`844` that scaled back the
+ filter for ``unique=True/index=True`` too far such that these directives no
+ longer worked for the ``op.create_table()`` op, this has been fixed.