1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00
#i72


git-svn-id: file:///svn/phpbb/trunk@8128 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-10-04 04:42:39 +00:00
parent 4f094bdb48
commit eca02ecbf3
12 changed files with 17 additions and 11 deletions

View File

@@ -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', ''),
),
),
),
);