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