Skip to content

Commit

Permalink
sync email with what schema should be, from upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Oct 21, 2003
1 parent 4a0534a commit 71f8552
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sql/mysql/upgrades
Expand Up @@ -1192,7 +1192,6 @@ UPDATE message_codes SET type = 'Comment Moderation' WHERE code = 3;
UPDATE message_codes SET type = 'Comment Reply' WHERE code = 4;
UPDATE message_codes SET type = 'Journal Reply' WHERE code = 7;

# LINUX.COM LAST UPDATED HERE
# FOUNDRIES LAST UPDATED

# Adds in the current bonus for those users who have it set -Brian
Expand Down Expand Up @@ -1718,8 +1717,6 @@ INSERT INTO menus(id, menu, label, sel_label, value, seclev, showanon, menuorder

# End of T_2_3_0_104, Start of T_2_3_0_105 - 2003/07/09

# DEVCHANNEL LAST UPDATED HERE

INSERT INTO vars (name, value, description) VALUES ('no_prerendered_stories','0','Turn off use of prerendered stories in display');

ALTER TABLE users_index CHANGE COLUMN extid extid text;
Expand Down Expand Up @@ -1840,8 +1837,6 @@ INSERT INTO tzcodes (tz, off_set, description, dst_region, dst_tz, dst_off_set)
# -- pudge
REPLACE INTO vars (name, value, description) VALUES ('content_type_webpage','text/html; charset=iso-8859-1','The Content-Type header for webpages');

# SLASHDOT LAST UPDATED HERE

# End of T_2_3_0_113, Start of T_2_3_0_114 - 2003/08/12

# run this unless you have a reason not to (like, you have your own html-header;index)
Expand Down Expand Up @@ -1923,6 +1918,8 @@ ALTER TABLE metamodlog CHANGE id id INT UNSIGNED NOT NULL AUTO_INCREMENT;

# End of T_2_3_0_119, Start of T_2_3_0_120 - 2003/09/28

# SLASHCLUSTER LAST UPDATED HERE

DELETE FROM vars WHERE name='tailslash_stats';

# Change for plugins/Subscribe (ignore if not using that plugin)
Expand Down

0 comments on commit 71f8552

Please sign in to comment.