Skip to content

Commit

Permalink
Note useperl update
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Jun 5, 2002
1 parent c565bf6 commit 2d6995c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/mysql/upgrades
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ INSERT INTO message_codes (code, type, seclev, modes) VALUES (10, 'Daily Site St
ALTER TABLE discussions ADD last_update timestamp;
ALTER TABLE stories ADD last_update timestamp;
# OSDN LAST UPDATED HERE
# USEPERL LAST UPDATED HERE
# SLASHDOT LAST UPDATED HERE

# End of R_2_3_0_23, Start of T_2_3_0_24
Expand Down Expand Up @@ -348,3 +347,5 @@ INSERT INTO vars (name, value, description) VALUES ('discussion_approval', '0',
INSERT INTO vars (name, value, description) VALUES ('fork_all_tasks', '1', 'This forces all tasks to fork even if they are not marked to do so. This saves memory with slashd but assumes that all of your tasks can be safetly forked.');
# For pudge -brian
ALTER TABLE templates ADD last_update timestamp;

# USEPERL LAST UPDATED HERE

0 comments on commit 2d6995c

Please sign in to comment.