[ticket/10845] Two of the three colouns were missing in the DB update file

Added the two colouns that were missing in the DB update file

PHPBB3-10845
This commit is contained in:
Bruno Ais 2012-05-06 15:28:55 +01:00
parent 593ef78859
commit 6069d9a3d7

View file

@ -1102,7 +1102,9 @@ function database_update_info()
'style_parent_tree' => array('TEXT', ''),
),
REPORTS_TABLE => array(
'reported_post_text' => array('MTEXT_UNI', ''),
'reported_post_text' => array('MTEXT_UNI', ''),
'reported_post_uid' => array('VCHAR:8', ''),
'reported_post_bitfield' => array('VCHAR:255', ''),
),
),
'change_columns' => array(