From ff8160518b70c4ad091bdd2c852a70618e61ee43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Thu, 5 Oct 2023 10:28:30 +0200 Subject: [PATCH] typo Co-authored-by: Andrew Klychkov --- changelogs/569_fix_column_uppercasing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/569_fix_column_uppercasing.yml b/changelogs/569_fix_column_uppercasing.yml index 40863c5..75c7f65 100644 --- a/changelogs/569_fix_column_uppercasing.yml +++ b/changelogs/569_fix_column_uppercasing.yml @@ -14,7 +14,7 @@ major_changes: set this to false explicitly (https://github.com/ansible-collections/community.mysql/issues/577). - mysql_role - the ``column_case_sensitive`` argument's default value will be - changed to ``true`` in community.mysql 4.0.0. If your playbook expectd the + changed to ``true`` in community.mysql 4.0.0. If your playbook expected the column to be automatically uppercased for your roles privileges, you should set this to false explicitly (https://github.com/ansible-collections/community.mysql/issues/578).