Skip to content

Commit

Permalink
Turn off m2 as it breaks stuff if you're not set up for it
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMightyBuzzard committed Jan 26, 2015
1 parent 6bd6ce0 commit 31024f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/mysql/upgrades
Expand Up @@ -459,3 +459,6 @@ INSERT INTO vars (name, value, description) VALUES ('m1_1st_ban_duration', '30',
INSERT INTO vars (name, value, description) VALUES ('m1_ban_duration', '180', 'Duration of ban in days all subsequent times someone is banned from moderating');
INSERT INTO vars (name, value, description) VALUES ('m1_pointsgrant_arbitrary', '5', 'Number of points to grant when we are arbitrarily granting mod points.');
INSERT INTO vars (name, value, description) VALUES ('moderate_or_post', '2', '0 = or, 1 = then, 2 = and');

# Turn off meta-moderation as it breaks stuff with our setup
UPDATE vars SET value = 0 WHERE name = 'm2';

0 comments on commit 31024f1

Please sign in to comment.