Jump to content

[Solved] Duplicates when upgrading to 1.4.2


Recommended Posts

Hi there,
i've just upgraded to 1.4.2, but seems some errors occurred in the installation (previous one was 1.4.2 from svn). It sais:

ALTER TABLE `ps_carrier` ADD `is_free` tinyint(1) unsigned NOT NULL DEFAULT '0' AFTER `is_module`

(1060) Duplicate column name 'is_free'
UPDATE `ps_address_format` SET `format`=REPLACE(REPLACE(`format`, 'state_iso', 'State:name'), 'country', 'Country:name')

ALTER TABLE `ps_orders` ADD INDEX `date_add`(`date_add`)

(1061) Duplicate key name 'date_add'

Is this a major issue?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...