diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-24 16:14:30 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-24 16:22:32 -0400 |
commit | 19e1f6c1a72be95d0962065c781aed970d1d50ae (patch) | |
tree | 6ee7fd30d23a03289feadf553f8b0a498b856dfa /docs | |
parent | ffc690416ccbe8c551b14308694d2497e12e0185 (diff) | |
download | alembic-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.rst | 7 |
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. |