Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Oct 13, 2006
1 parent 3230b6d commit 8e50130
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sql/mysql/defaults.sql
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ INSERT INTO vars (name, value, description) VALUES ('cur_performance_stat_ops',
INSERT INTO vars (name, value, description) VALUES ('cur_performance_stats_lastid', '0', 'accesslogid to start searching at');
INSERT INTO vars (name, value, description) VALUES ('cur_performance_stats_weeks', '8', 'number of weeks back to compare current stats to');
INSERT INTO vars (name, value, description) VALUES ('currentqid',1,'The Current Question on the homepage pollbooth');
INSERT INTO vars (name, value, description) VALUES ('cvs_tag_currentcode','T_2_5_0_128','The current cvs tag that the code was updated to - this does not affect site behavior but may be useful for your records');
INSERT INTO vars (name, value, description) VALUES ('cvs_tag_currentcode','T_2_5_0_129','The current cvs tag that the code was updated to - this does not affect site behavior but may be useful for your records');
INSERT INTO vars (name, value, description) VALUES ('datadir','/usr/local/slash/www.example.com','What is the root of the install for Slash');
INSERT INTO vars (name, value, description) VALUES ('dbsparklines_disp','0','Display dbsparklines in the currentAdminUsers box?');
INSERT INTO vars (name, value, description) VALUES ('dbsparklines_height',40,'Pixel height of sparkline graphs');
Expand Down
8 changes: 6 additions & 2 deletions sql/mysql/upgrades
Original file line number Diff line number Diff line change
Expand Up @@ -4107,8 +4107,6 @@ UPDATE vars SET value = 'T_2_5_0_128' WHERE name = 'cvs_tag_currentcode';

# PUDGE LAST UPDATED HERE

# SLASHCODE/USEPERL LAST UPDATED HERE

# SLASHDOT LAST UPDATED HERE

# Updates for plugins/FireHose
Expand All @@ -4117,3 +4115,9 @@ INSERT INTO ajax_ops VALUES (NULL, 'firehose_get_updates_pop', 'Slash::FireHose'
INSERT INTO ajax_ops VALUES (NULL, 'firehose_update_one_tag', 'Slash::FireHose', 'ajaxSaveOneTopTagFirehose', 'ajax_user', 'createuse');
ALTER TABLE firehose CHANGE type type ENUM("submission","journal","bookmark","feed", "story") default 'submission';
INSERT INTO vars (name, value, description) VALUES ('firehose_story_ignore_skids', '', 'list of skids that you want to not want created or shown as firehose entries. Delimit skids with |');

# SLASHCODE/USEPERL LAST UPDATED HERE

# 2006-10-12
UPDATE vars SET value = 'T_2_5_0_129' WHERE name = 'cvs_tag_currentcode';

0 comments on commit 8e50130

Please sign in to comment.