mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/save-post-on-report] Change the column type of reported text
What ever it said. I changed the type of data in the column reported_post_text to match what was requested by p PHPBB3-10600
This commit is contained in:
parent
18373035c3
commit
165a2d1aa8
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_text' => array('TEXT', ''),
|
||||
'reported_post_text' => array('MTEXT_UNI', ''),
|
||||
),
|
||||
),
|
||||
'change_columns' => array(
|
||||
|
|
Loading…
Add table
Reference in a new issue