aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index b28879de4d..7a7b5d0840 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -432,6 +432,12 @@ $database_update_info = array(
'user_form_salt' => array('VCHAR_UNI:32', ''),
),
),
+ // Change the following columns
+ 'change_columns' => array(
+ POSTS_TABLE => array(
+ 'bbcode_uid' => array('VCHAR_UNI:8', ''),
+ ),
+ ),
),
);