mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 16:11:21 +02:00
[feature/save-post-on-report] Bug fix table name
There was a bug in the previous commit. I changed the name of the colon of the table and forgot to update the database_update.php now it's fixed. PHPBB3-10600
This commit is contained in:
@@ -1089,7 +1089,7 @@ function database_update_info()
|
||||
'field_show_on_pm' => array('BOOL', 0),
|
||||
),
|
||||
REPORTS_TABLE => array(
|
||||
'reported_post' => array('TEXT', ''),
|
||||
'reported_text' => array('TEXT', ''),
|
||||
),
|
||||
),
|
||||
'change_columns' => array(
|
||||
|
Reference in New Issue
Block a user