mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/save-post-on-report] Changed the name of the column
The name of the column was changed from reported_post AND reported_text to reported_post_text. This change was made by request PHPBB3-10600
This commit is contained in:
@@ -1528,7 +1528,7 @@ function get_schema_struct()
|
||||
'report_closed' => array('BOOL', 0),
|
||||
'report_time' => array('TIMESTAMP', 0),
|
||||
'report_text' => array('MTEXT_UNI', ''),
|
||||
'reported_post' => array('MTEXT_UNI', ''),
|
||||
'reported_post_text' => array('MTEXT_UNI', ''),
|
||||
),
|
||||
'PRIMARY_KEY' => 'report_id',
|
||||
'KEYS' => array(
|
||||
|
Reference in New Issue
Block a user