Skip to content

Commit

Permalink
Note start of T_2_3_0_50, also a var that should have been added
Browse files Browse the repository at this point in the history
a while ago (no harm done by waiting though).
  • Loading branch information
jamiemccarthy committed Sep 29, 2002
1 parent 235731e commit 7b215c8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sql/mysql/upgrades
Original file line number Diff line number Diff line change
Expand Up @@ -796,5 +796,12 @@ UPDATE stats_daily SET name='mod_tokens_lost_stirred' WHERE name='mod_tokens_sti

# SLASHDOT LAST UPDATED HERE

# End of T_2_3_0_49
# End of T_2_3_0_49, Start of T_2_3_0_50

# (This change was actually made about a week ago, but the old var is
# supported in the code so this is not a vital var update.)
# For best results, replace "96" with 24 times the value of the var "stir":
INSERT INTO vars (name, value, description) VALUES ('mod_stir_hours','96','Number of hours before unused moderator points expire');
# and assuming a clean vars table is important to you:
DELETE FROM vars WHERE name='stir';

0 comments on commit 7b215c8

Please sign in to comment.