Encountered the following problem while upgrading. Not sure if its going to cause severe difficulties.
Also, news on the News Forum won't display on the first page. Not sure what's wrong there either.
--Josh Brown
choice module needs upgrading
(mysql): ALTER TABLE `choice` ADD `answer3` varchar(255) NOT NULL AFTER `answer2`
2000: Duplicate column name 'answer3'
Error
(mysql): ALTER TABLE `choice` ADD `answer4` varchar(255) NOT NULL AFTER `answer3`
2000: Duplicate column name 'answer4'
Error
(mysql): ALTER TABLE `choice` ADD `answer5` varchar(255) NOT NULL AFTER `answer4`
2000: Duplicate column name 'answer5'
Error
(mysql): ALTER TABLE `choice` ADD `answer6` varchar(255) NOT NULL AFTER `answer5`
2000: Duplicate column name 'answer6'
Error
choice tables have been set up correctly