1
0
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:
Bruno Ais
2012-05-06 15:28:55 +01:00
parent 593ef78859
commit 6069d9a3d7

View File

@@ -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(