fixed iob

This commit is contained in:
JT Smith 2005-12-08 03:50:58 +00:00
parent a421e5297a
commit e07344417c
3 changed files with 14 additions and 3 deletions

View file

@ -27,10 +27,17 @@ fixCSFaqTemplateAnchors();
updateProfileSystem();
convertDashboardPrefs();
fixPosts();
fixIOB();
finish(); # this line required
#-------------------------------------------------
sub fixIOB {
print "\tFixing IOB.\n" unless ($quiet);
WebGUI::SQL->write("alter table InOutBoard_statusLog add column createdBy varchar(22) binary");
}
#-------------------------------------------------
sub fixPosts {
print "\tFixing posts.\n" unless ($quiet);