Skip to content

Commit

Permalink
Another minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Aug 6, 2004
1 parent e690173 commit 61f2591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/convertDBto200406
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ for my $skid (sort { $a <=> $b } keys %skins) {
print "UPDATE pollquestions_new SET primaryskid=$skid WHERE section=$section_q;\n";
}
my $mainpage_skid = $slashdb->getVar('mainpage_skid','value',1);
print "UPDATE pollquestions SET primaryskid=$mainpage_skid WHERE primaryskid IS NULL;\n";
print "UPDATE pollquestions_new SET primaryskid=$mainpage_skid WHERE primaryskid IS NULL;\n";

print "ALTER TABLE pollquestions_new DROP COLUMN section;\n";
#
Expand Down

0 comments on commit 61f2591

Please sign in to comment.