From dc17fc3e93f0ba90881c4efb06016ddf83c7af8b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 25 Mar 2023 11:10:41 -1000 Subject: [PATCH] add rst --- doc/build/changelog/unreleased_20/9543.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/build/changelog/unreleased_20/9543.rst diff --git a/doc/build/changelog/unreleased_20/9543.rst b/doc/build/changelog/unreleased_20/9543.rst new file mode 100644 index 0000000000..14c08ffcd4 --- /dev/null +++ b/doc/build/changelog/unreleased_20/9543.rst @@ -0,0 +1,6 @@ +.. change:: + :tags: bug, mysql + :tickets: 9544 + + Fixed creating ``CHAR(0)`` columns with the MySQL dialects. Previously, + these columns would be created as ``CHAR(1)`` columns. \ No newline at end of file -- 2.47.2