mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +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:
@@ -1103,6 +1103,8 @@ function database_update_info()
|
||||
),
|
||||
REPORTS_TABLE => array(
|
||||
'reported_post_text' => array('MTEXT_UNI', ''),
|
||||
'reported_post_uid' => array('VCHAR:8', ''),
|
||||
'reported_post_bitfield' => array('VCHAR:255', ''),
|
||||
),
|
||||
),
|
||||
'change_columns' => array(
|
||||
|
Reference in New Issue
Block a user