Fix bug with localized strings case sensitivity

This commit is contained in:
Dmitriy Simushev 2014-07-02 11:44:27 +00:00
parent 1a599a6af3
commit 4649a0d3dc

View File

@ -121,7 +121,7 @@ $dbtables = array(
"stringid" => "int NOT NULL auto_increment PRIMARY KEY",
"locale" => "varchar(5) NOT NULL",
"context" => "varchar(256) NOT NULL DEFAULT ''",
"source" => "text",
"source" => "text COLLATE utf8_bin",
"translation" => "text",
),