document mysql collation can only be set during creation

pull/18777/head
Brian Coca 9 years ago committed by Matt Clay
parent fda9eeaa89
commit 3906fd426b

@ -68,7 +68,7 @@ options:
choices: [ "present", "absent", "dump", "import" ] choices: [ "present", "absent", "dump", "import" ]
collation: collation:
description: description:
- Collation mode - Collation mode (sorting). This only applies to new table/databases and does not update existing ones, this is a limitation of MySQL.
required: false required: false
default: null default: null
encoding: encoding:

Loading…
Cancel
Save