diff options
| author | Bruno Ais <brunoaiss@gmail.com> | 2012-02-15 22:03:32 +0000 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-03-19 08:27:32 -0400 |
| commit | 18373035c3299e80b2c075cfc3d475c89af3cc73 (patch) | |
| tree | 252b05ce76838ed3e28076bcd4a54dedfde6b692 /phpBB/develop/create_schema_files.php | |
| parent | 6f5c0dddfcd2a1b56fe1e8cf783f48ecfc8561e9 (diff) | |
| download | forums-18373035c3299e80b2c075cfc3d475c89af3cc73.tar forums-18373035c3299e80b2c075cfc3d475c89af3cc73.tar.gz forums-18373035c3299e80b2c075cfc3d475c89af3cc73.tar.bz2 forums-18373035c3299e80b2c075cfc3d475c89af3cc73.tar.xz forums-18373035c3299e80b2c075cfc3d475c89af3cc73.zip | |
[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
Diffstat (limited to 'phpBB/develop/create_schema_files.php')
| -rw-r--r-- | phpBB/develop/create_schema_files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php index a4738df5bf..987c9152d4 100644 --- a/phpBB/develop/create_schema_files.php +++ b/phpBB/develop/create_schema_files.php @@ -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( |
