Author Topic: MySQL Database Update Error  (Read 2621 times)

Offline dukhunter99

  • Jr. Member
  • **
  • Posts: 27
MySQL Database Update Error
« on: July 08, 2007, 07:40:23 PM »
I upgrading to the new version. I followed the instructions perfectly and I'm getting the following error when I run the sql update. I am running the mysql.update.sql file:

SQL query:

-- RoundCube Webmail update script for MySQL databases
-- Updates from version 0.1-beta and 0.1-beta2
ALTER TABLE `messages` DROP `body` ,
DROP INDEX `cache_key` ,
ADD `structure` TEXT,
ADD UNIQUE `uniqueness` ( `user_id` , `cache_key` , `uid` ) ;



MySQL said:

#1062 - Duplicate entry '9-INBOX.msg-43' for key 2