DB/Schema: Change charset of characters

Allows having different characters with names like "Subv" and "Súbv", it was not possible to have two characters with these names at the same time before
closes #7679
This commit is contained in:
Subv
2012-09-07 17:36:29 -05:00
parent 527ac7437d
commit f9b3cf1531

View File

@@ -0,0 +1,2 @@
ALTER TABLE `characters` MODIFY `name`
VARCHAR(12) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;