From df99d4921f0771f4d1c0625cb5da7dbc480f6f6d Mon Sep 17 00:00:00 2001 From: Nikita Pettik <korablev@tarantool.org> Date: Fri, 12 Feb 2021 18:20:57 +0300 Subject: [PATCH] Add changelog for #5764 (de6c76b67) --- changelogs/unreleased/fix-omitting-index-part-opts.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/unreleased/fix-omitting-index-part-opts.md diff --git a/changelogs/unreleased/fix-omitting-index-part-opts.md b/changelogs/unreleased/fix-omitting-index-part-opts.md new file mode 100644 index 0000000000..79b536fbbc --- /dev/null +++ b/changelogs/unreleased/fix-omitting-index-part-opts.md @@ -0,0 +1,3 @@ +## bugfix/core + +* Fix skipping index part options in case field type is not specified (gh-5674). -- GitLab