Upgrade: Migration script has missing semicolon on line 41

Project:ProjectPier
Version:0.8.6-stable
Component:Code
Category:bug report
Priority:critical
Assigned:phpfreak
Status:closed - fixed
Description

There is a missing semicolon (;) in public/upgrade/templates/db_migration/0803-086.php at the end of line 41:

ALTER TABLE `<?php echo $table_prefix ?>users` DROP INDEX `email` , ADD INDEX `email` ( `email` )

... which causes that the script can't run well and returns error.

#1
Assigned to:Visitor» phpfreak
Status:new» closed - fixed

There is new upgrade script available. See Download page.