mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +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:
@@ -1214,7 +1214,7 @@ CREATE TABLE phpbb_reports (
|
||||
report_closed number(1) DEFAULT '0' NOT NULL,
|
||||
report_time number(11) DEFAULT '0' NOT NULL,
|
||||
report_text clob DEFAULT '' ,
|
||||
reported_post clob DEFAULT '' ,
|
||||
reported_post_text clob DEFAULT '' ,
|
||||
CONSTRAINT pk_phpbb_reports PRIMARY KEY (report_id)
|
||||
)
|
||||
/
|
||||
|
Reference in New Issue
Block a user