mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user