mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 11:40:33 -07:00
downgrade the change severity
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
ab62f3dd86
commit
ea60550c05
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
|
minor_changes:
|
||||||
major_changes:
|
|
||||||
|
|
||||||
- mysql_user - add ``column_case_sensitive`` option to prevent field names
|
- mysql_user - add ``column_case_sensitive`` option to prevent field names
|
||||||
from being uppercased
|
from being uppercased
|
||||||
|
@ -8,6 +7,8 @@ major_changes:
|
||||||
- mysql_role - add ``column_case_sensitive`` option to prevent field names
|
- mysql_role - add ``column_case_sensitive`` option to prevent field names
|
||||||
from being uppercased
|
from being uppercased
|
||||||
(https://github.com/ansible-collections/community.mysql/pull/569).
|
(https://github.com/ansible-collections/community.mysql/pull/569).
|
||||||
|
|
||||||
|
major_changes:
|
||||||
- mysql_user - the ``column_case_sensitive`` argument's default value will be
|
- mysql_user - the ``column_case_sensitive`` argument's default value will be
|
||||||
changed to ``true`` in community.mysql 4.0.0. If your playbook expected the
|
changed to ``true`` in community.mysql 4.0.0. If your playbook expected the
|
||||||
column to be automatically uppercased for your users privileges, you should
|
column to be automatically uppercased for your users privileges, you should
|
||||||
|
|
Loading…
Add table
Reference in a new issue