community.mysql/changelogs/569_fix_column_uppercasing.yml
2023-10-03 11:25:00 +02:00

10 lines
369 B
YAML

---
major_changes:
- mysql_user - add ``column_case_sensitive`` option to prevent field names
from being uppercased
(https://github.com/ansible-collections/community.mysql/pull/569).
- mysql_role - add ``column_case_sensitive`` option to prevent field names
from being uppercased
(https://github.com/ansible-collections/community.mysql/pull/569).