mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[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:
@@ -1102,7 +1102,9 @@ function database_update_info()
|
|||||||
'style_parent_tree' => array('TEXT', ''),
|
'style_parent_tree' => array('TEXT', ''),
|
||||||
),
|
),
|
||||||
REPORTS_TABLE => array(
|
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(
|
'change_columns' => array(
|
||||||
|
Reference in New Issue
Block a user