mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
git-svn-id: file:///svn/phpbb/trunk@7675 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -607,6 +607,11 @@ if (version_compare($current_version, '3.0.RC1', '<='))
|
||||
$db->sql_query($sql);
|
||||
}
|
||||
|
||||
if ($map_dbms === 'mysql_41')
|
||||
{
|
||||
sql_column_change($map_dbms, POSTS_TABLE, 'post_subject', array('XSTEXT_UNI', '', 'true_sort'));
|
||||
}
|
||||
|
||||
$no_updates = false;
|
||||
}
|
||||
|
||||
|
@@ -243,7 +243,7 @@ CREATE TABLE phpbb_forums (
|
||||
forum_topics_real mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
forum_last_post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
forum_last_poster_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
forum_last_post_subject varchar(100) DEFAULT '' NOT NULL,
|
||||
forum_last_post_subject varchar(100) DEFAULT '' NOT NULL COLLATE utf8_unicode_ci,
|
||||
forum_last_post_time int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
forum_last_poster_name varchar(255) DEFAULT '' NOT NULL,
|
||||
forum_last_poster_colour varchar(6) DEFAULT '' NOT NULL,
|
||||
|
Reference in New Issue
Block a user