aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-07-02 22:46:29 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-07-02 22:46:29 +0000
commit8d43a83ab94081bced2b6d2d71d662bd74220b2b (patch)
treed7fbe97b0ecb7e41f5692fe70c6b34f3bcc443eb /phpBB/install
parent3842aac9b6ebbcef2cb7856c37afcbf533c6c6dd (diff)
downloadforums-8d43a83ab94081bced2b6d2d71d662bd74220b2b.tar
forums-8d43a83ab94081bced2b6d2d71d662bd74220b2b.tar.gz
forums-8d43a83ab94081bced2b6d2d71d662bd74220b2b.tar.bz2
forums-8d43a83ab94081bced2b6d2d71d662bd74220b2b.tar.xz
forums-8d43a83ab94081bced2b6d2d71d662bd74220b2b.zip
Some "reasons" to test with. To be determined later :)
git-svn-id: file:///svn/phpbb/trunk@4196 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/schema_data.sql6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index d3c287f470..ad5cebd8c0 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -461,8 +461,10 @@ INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES (3, 1,
# MSSQL IDENTITY phpbb_reports_reasons ON #
# -- reasons
-INSERT INTO phpbb_reports_reasons (reason_id, reason_priority, reason_name, reason_description) VALUES (1, 0, 'warez', 'The reported post contains links to pirated or illegal software.');
-INSERT INTO phpbb_reports_reasons (reason_id, reason_priority, reason_name, reason_description) VALUES (2, 1, 'other', 'The reported post does not fit into any other category, please use the description field.');
+INSERT INTO phpbb_reports_reasons (reason_id, reason_priority, reason_name, reason_description) VALUES (1, 3, 'warez', 'The reported post contains links to pirated or illegal software');
+INSERT INTO phpbb_reports_reasons (reason_id, reason_priority, reason_name, reason_description) VALUES (2, 2, 'spam', 'The reported post has for only purpose to advertise for a website or another product');
+INSERT INTO phpbb_reports_reasons (reason_id, reason_priority, reason_name, reason_description) VALUES (3, 1, 'off_topic', 'The reported post is off topic');
+INSERT INTO phpbb_reports_reasons (reason_id, reason_priority, reason_name, reason_description) VALUES (4, 0, 'other', 'The reported post does not fit into any other category, please use the description field');
# MSSQL IDENTITY phpbb_reports_reasons OFF #