Skip to content

Commit

Permalink
Note where Slashdot is.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Jul 7, 2002
1 parent 6f3ea9b commit c61abe0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions sql/mysql/upgrades
Expand Up @@ -273,7 +273,7 @@ INSERT INTO string_param (Type, code, name) VALUES ('section_topic_type','topic_
ALTER TABLE section_topics MODIFY COLUMN type varchar(16) NOT NULL DEFAULT 'topic_1';
UPDATE section_topics SET type = 'topic_1' WHERE type = '1';

# Change for plugins/Subscribe
# Change for plugins/Subscribe (ignore if not using that plugin)
ALTER TABLE subscribe_payments ADD COLUMN method VARCHAR(6) AFTER transaction_id;

ALTER TABLE comments DROP index countreplies;
Expand Down Expand Up @@ -387,7 +387,7 @@ INSERT INTO vars (name, value, description) VALUES ('recent_topic_img_count','5'
INSERT INTO vars (name, value, description) VALUES ('recent_topic_txt_count','5','Number of recent topics to store in the block "recenttopics"');


# For plugins/Admin
# For plugins/Admin (ignore if not using that plugin)
INSERT INTO vars (name, value, description) VALUES ('similarstorydays', '30', 'Number of days to look back for uncommon words');
INSERT INTO vars (name, value, description) VALUES ('similarstorymaxwords', '30', 'Maximum number of top-weighted scores to search for in previous stories');
INSERT INTO vars (name, value, description) VALUES ('similarstoryminweight', '4', 'Minimum weight necessary for a story to be displayed as similar');
Expand Down Expand Up @@ -470,18 +470,21 @@ INSERT INTO vars (name, value, description) VALUES ('approved_url_schemes','ftp|

# USEPERL LAST UPDATED HERE
# SLASHCODE LAST UPDATED HERE
# SLASHDOT LAST UPDATED HERE

# End of T_2_3_0_29
# End of T_2_3_0_29, Start of T_2_3_0_30

# OSDNTEST LAST UPDATED HERE
# OSDN LAST UPDATED HERE
# LINUX.COM LAST UPDATED HERE

# Forgot this one a little while ago too.
# For plugins/Stats:
# For plugins/Stats (ignore if you're not using that plugin):
INSERT INTO vars (name, value, description) VALUES ('mod_stats','1','Include stats on moderation in the daily admin mail?');

# SLASHDOT LAST UPDATED HERE

# End of R_2_3_0_30

DROP TABLE IF EXISTS sections_contained;
CREATE TABLE sections_contained (
id SMALLINT UNSIGNED NOT NULL auto_increment,
Expand Down

0 comments on commit c61abe0

Please sign in to comment.