diff options
author | David M <davidmj@users.sourceforge.net> | 2007-03-18 12:05:51 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-03-18 12:05:51 +0000 |
commit | 5e797fbb171103ef5442662281a9f89e61e54ffe (patch) | |
tree | cfc1135bdc82f765850208652dd0416363cd7270 /phpBB/install/schemas/mysql_41_schema.sql | |
parent | 09e2b89917b52431d485e76087cd9d3c1f6c0be7 (diff) | |
download | forums-5e797fbb171103ef5442662281a9f89e61e54ffe.tar forums-5e797fbb171103ef5442662281a9f89e61e54ffe.tar.gz forums-5e797fbb171103ef5442662281a9f89e61e54ffe.tar.bz2 forums-5e797fbb171103ef5442662281a9f89e61e54ffe.tar.xz forums-5e797fbb171103ef5442662281a9f89e61e54ffe.zip |
better sorting is more important ;)
git-svn-id: file:///svn/phpbb/trunk@7206 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/mysql_41_schema.sql')
-rw-r--r-- | phpBB/install/schemas/mysql_41_schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_41_schema.sql b/phpBB/install/schemas/mysql_41_schema.sql index 4f56e3c998..07f60d816e 100644 --- a/phpBB/install/schemas/mysql_41_schema.sql +++ b/phpBB/install/schemas/mysql_41_schema.sql @@ -884,7 +884,7 @@ CREATE TABLE phpbb_topics ( topic_attachment tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, topic_approved tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, topic_reported tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, - topic_title varchar(100) DEFAULT '' NOT NULL COLLATE utf8_general_ci, + topic_title varchar(100) DEFAULT '' NOT NULL COLLATE utf8_unicode_ci, topic_poster mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, topic_time int(11) UNSIGNED DEFAULT '0' NOT NULL, topic_time_limit int(11) UNSIGNED DEFAULT '0' NOT NULL, |