mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +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:
@@ -647,7 +647,7 @@ CREATE TABLE phpbb_reports (
|
||||
report_closed tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
report_time int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
report_text mediumtext NOT NULL,
|
||||
reported_post mediumtext NOT NULL,
|
||||
reported_post_text mediumtext NOT NULL,
|
||||
PRIMARY KEY (report_id),
|
||||
KEY post_id (post_id),
|
||||
KEY pm_id (pm_id)
|
||||
|
Reference in New Issue
Block a user