aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorBruno Ais <brunoaiss@gmail.com>2012-05-06 15:28:55 +0100
committerBruno Ais <brunoaiss@gmail.com>2012-05-06 15:28:55 +0100
commit6069d9a3d7479f1fe0e7e7072aee0f3ea394519b (patch)
tree555887251222481122ba98030ba3abf08f324d74 /phpBB
parent593ef7885957fec3ac5f1a45b9ff04bed9254105 (diff)
downloadforums-6069d9a3d7479f1fe0e7e7072aee0f3ea394519b.tar
forums-6069d9a3d7479f1fe0e7e7072aee0f3ea394519b.tar.gz
forums-6069d9a3d7479f1fe0e7e7072aee0f3ea394519b.tar.bz2
forums-6069d9a3d7479f1fe0e7e7072aee0f3ea394519b.tar.xz
forums-6069d9a3d7479f1fe0e7e7072aee0f3ea394519b.zip
[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
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/install/database_update.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index a0892005d2..3c4a7f7027 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -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(