Skip to content

Commit

Permalink
Update osdntest
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Jun 21, 2002
1 parent 8f4dc72 commit f66414d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/mysql/upgrades
Expand Up @@ -372,7 +372,6 @@ source /tmp/dis;
select concat("UPDATE stories SET commentcount=", discussions.commentcount, " WHERE discussion=", id, ";") INTO OUTFILE "/tmp/dis2" from discussions;
source /tmp/dis2;

# OSDNTEST LAST UPDATED HERE
# OSDN LAST UPDATED HERE

ALTER TABLE pollanswers CHANGE COLUMN qid qid MEDIUMINT UNSIGNED NOT NULL;
Expand All @@ -389,3 +388,4 @@ ALTER TABLE formkeys CHANGE COLUMN formname formname varchar(32) DEFAULT '' NOT
ALTER TABLE vars CHANGE COLUMN name name varchar(48) DEFAULT '' NOT NULL;
INSERT INTO vars (name, value, description) VALUES ('lonetags','P|LI|BR|IMG','Tags that don\'t need to be closed');

# OSDNTEST LAST UPDATED HERE

0 comments on commit f66414d

Please sign in to comment.