mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
better sorting is more important ;)
git-svn-id: file:///svn/phpbb/trunk@7206 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user