fixed iob
This commit is contained in:
parent
a421e5297a
commit
e07344417c
3 changed files with 14 additions and 3 deletions
|
|
@ -28,6 +28,7 @@
|
|||
- The upgrade script now wipes out the file cache in case it would cause
|
||||
any conflicts.
|
||||
- fix [ 1373319 ] archive
|
||||
- Fixed the In/Out Board so it doesn't produce fatal errors on add.
|
||||
- fix [ 1373493 ] Upgrade script fails because parameters are not quoted
|
||||
- Upgrade now uses --results-file parameter on mysqldump because some
|
||||
operating system don't handle UTF-8 characters through their pipes.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue