mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
#i71
#i72 git-svn-id: file:///svn/phpbb/trunk@8128 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -432,6 +432,12 @@ $database_update_info = array(
|
||||
'user_form_salt' => array('VCHAR_UNI:32', ''),
|
||||
),
|
||||
),
|
||||
// Change the following columns
|
||||
'change_columns' => array(
|
||||
POSTS_TABLE => array(
|
||||
'bbcode_uid' => array('VCHAR_UNI:8', ''),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user