mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
593ef78859
commit
6069d9a3d7
1 changed files with 3 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue