Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SET NAMES 'utf8'
- ALTER TABLE `feature_product` ADD INDEX `id_product`(`id_product`)
- (1061) Duplicate key name 'id_product'
- SET NAMES 'utf8'
- SET NAMES 'utf8'
- SET NAMES 'utf8'
- SET NAMES 'utf8'
- ALTER TABLE `image` ADD UNIQUE KEY `idx_product_image` (`id_image` , `id_product` , `cover`)
- (1061) Duplicate key name 'idx_product_image'
- ALTER TABLE `category_product` DROP INDEX `category_product_index`, ADD PRIMARY KEY (`id_category`, `id_product`)
- (1146) Table 'shopisap_boutique.category_product' doesn't exist
- ALTER TABLE `cms_category_lang` DROP INDEX `category_lang_index`, ADD PRIMARY KEY (`id_cms_category`, `id_lang`)
- (1146) Table 'shopisap_boutique.cms_category_lang' doesn't exist
- ALTER TABLE `order_tax` ADD `id_order_tax` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST
- (1146) Table 'shopisap_boutique.order_tax' doesn't exist
- ALTER TABLE `feature_lang` ADD INDEX feature_name (`id_lang`, `name`)
- (1061) Duplicate key name 'feature_name'
- ALTER TABLE `state` ADD INDEX statename (`name`)
- (1061) Duplicate key name 'statename'
- ALTER TABLE `category` ADD INDEX nleftrightactive (`nleft`, `nright`, `active`)
- (1146) Table 'shopisap_boutique.category' doesn't exist
- ALTER TABLE `category` ADD INDEX level_depth (`level_depth`)
- (1146) Table 'shopisap_boutique.category' doesn't exist
- ALTER TABLE `category` ADD INDEX nright (`nright`)
- (1146) Table 'shopisap_boutique.category' doesn't exist
- ALTER TABLE `category` ADD INDEX nleft (`nleft`)
- (1146) Table 'shopisap_boutique.category' doesn't exist
- ALTER TABLE `specific_price` ADD INDEX from_quantity (`from_quantity`)
- (1061) Duplicate key name 'from_quantity'
- ALTER TABLE `product` ADD INDEX indexed (`indexed`)
- (1061) Duplicate key name 'indexed'
- UPDATE `country` SET `zip_code_format` = 'NNNNN' WHERE `iso_code` = 'MC' LIMIT 1
- (1146) Table 'shopisap_boutique.country' doesn't exist
- UPDATE `county_zip_code` SET `to_zip_code` = `from_zip_code` WHERE `to_zip_code` = 0
- (1146) Table 'shopisap_boutique.county_zip_code' doesn't exist
- UPDATE `configuration` SET `value` = 0 WHERE `name` = 'PS_HIGH_HTML_THEME_COMPRESSION' LIMIT 1
- (1146) Table 'shopisap_boutique.configuration' doesn't exist
- INSERT INTO `configuration` (`name`, `value`, `date_add`, `date_upd`)(SELECT 'PS_TAX_DISPLAY_ALL', `value`, NOW(), NOW() FROM `configuration` WHERE name = 'PS_TAX_DISPLAY' LIMIT 1)
- (1146) Table 'shopisap_boutique.configuration' doesn't exist
- DELETE FROM `referrer_cache` WHERE id_referrer NOT IN (SELECT id_referrer FROM `referrer`)
- /* PHP:update_module_mailalerts(); */
- /* PHP:update_module_blocklayered(); */
- Vous venez de mettre à jour votre boutique en ligne. Nous vous en remercions.
Advertisement
Add Comment
Please, Sign In to add comment