(-] INSTALLER Remove errors during upgrade

This commit is contained in:
gRoussac
2013-07-01 19:23:42 +02:00
parent 508cc0bd1a
commit f17b865214
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -411,7 +411,7 @@ ALTER TABLE `PREFIX_image_type` ADD `id_theme` INT(11) NOT NULL AFTER `id_image_
ALTER TABLE `PREFIX_image_type` ADD UNIQUE (`id_theme` ,`name`);
UPDATE `PREFIX_image_type` SET `id_theme`=1;
CREATE TABLE `PREFIX_webservice_account_shop` (
CREATE TABLE IF NOT EXISTS `PREFIX_webservice_account_shop` (
`id_webservice_account` INT( 11 ) UNSIGNED NOT NULL,
`id_shop` INT( 11 ) UNSIGNED NOT NULL,
PRIMARY KEY (`id_webservice_account` , `id_shop`),