Skip to content

Commit

Permalink
rebase merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMightyBuzzard committed Mar 6, 2015
1 parent 5677438 commit 4c1808b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sql/mysql/upgrades
Original file line number Diff line number Diff line change
Expand Up @@ -542,4 +542,8 @@ INSERT INTO vars (name, value, description) VALUES ('allow_other_users_comments'

# Mod Bomb vars
INSERT INTO vars (name, value, description) VALUES ('mod_mb_floor', '3', 'Min amount of downmods needed to trigger mod bomb list');
INSERT INTO vars (name, value, description) VALUES ('mod_mb_time_span, '72', 'Lenght of search span for mod bomb search in hours.');
INSERT INTO vars (name, value, description) VALUES ('mod_mb_time_span, '72', 'Lenght of search span for mod bomb search in hours.');

# Quick fix for Overrated/Underrated
UPDATE modreasons SET karma = 0 WHERE id = 10;
UPDATE modreasons SET val = 1 WHERE id = 9;

0 comments on commit 4c1808b

Please sign in to comment.