Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Oct 9, 2008
1 parent c2dbb69 commit 0f79859
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -837,7 +837,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_223','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_224','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 ('db_auto_increment_increment','1','If your master DB uses auto_increment_increment, i.e. multiple master replication, echo its value into this var');
INSERT INTO vars (name, value, description) VALUES ('dbsparklines_disp','0','Display dbsparklines in the currentAdminUsers box?');
Expand Down
6 changes: 4 additions & 2 deletions sql/mysql/upgrades
Original file line number Diff line number Diff line change
Expand Up @@ -5531,8 +5531,6 @@ INSERT INTO css (rel, type, media, file, title, skin, page, admin, theme, ctid,
# 2008-09-17
UPDATE vars SET value = 'T_2_5_0_221' WHERE name = 'cvs_tag_currentcode';

# PUDGE LAST UPDATED HERE

INSERT INTO vars (name, value, description) VALUES ('index_new_user_beta', '0', 'Use index beta for new users?');

# for plugins/FireHose
Expand Down Expand Up @@ -5568,4 +5566,8 @@ UPDATE vars SET value = 'T_2_5_0_223' WHERE name = 'cvs_tag_currentcode';
# for plugins/Journal
ALTER TABLE journals_text ADD COLUMN introtext TEXT NOT NULL;

# 2008-10-09
UPDATE vars SET value = 'T_2_5_0_224' WHERE name = 'cvs_tag_currentcode';

# PUDGE LAST UPDATED HERE

0 comments on commit 0f79859

Please sign in to comment.