Guest User

Untitled

a guest
Sep 22nd, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. SET NAMES 'utf8'
  2.  
  3. ALTER TABLE `feature_product` ADD INDEX `id_product`(`id_product`)
  4. (1061) Duplicate key name 'id_product'
  5.  
  6. SET NAMES 'utf8'
  7.  
  8. SET NAMES 'utf8'
  9.  
  10. SET NAMES 'utf8'
  11.  
  12. SET NAMES 'utf8'
  13.  
  14. ALTER TABLE `image` ADD UNIQUE KEY `idx_product_image` (`id_image` , `id_product` , `cover`)
  15. (1061) Duplicate key name 'idx_product_image'
  16.  
  17. ALTER TABLE `category_product` DROP INDEX `category_product_index`, ADD PRIMARY KEY (`id_category`, `id_product`)
  18. (1146) Table 'shopisap_boutique.category_product' doesn't exist
  19.  
  20. ALTER TABLE `cms_category_lang` DROP INDEX `category_lang_index`, ADD PRIMARY KEY (`id_cms_category`, `id_lang`)
  21. (1146) Table 'shopisap_boutique.cms_category_lang' doesn't exist
  22.  
  23. ALTER TABLE `order_tax` ADD `id_order_tax` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST
  24. (1146) Table 'shopisap_boutique.order_tax' doesn't exist
  25.  
  26. ALTER TABLE `feature_lang` ADD INDEX feature_name (`id_lang`, `name`)
  27. (1061) Duplicate key name 'feature_name'
  28.  
  29. ALTER TABLE `state` ADD INDEX statename (`name`)
  30. (1061) Duplicate key name 'statename'
  31.  
  32. ALTER TABLE `category` ADD INDEX nleftrightactive (`nleft`, `nright`, `active`)
  33. (1146) Table 'shopisap_boutique.category' doesn't exist
  34.  
  35. ALTER TABLE `category` ADD INDEX level_depth (`level_depth`)
  36. (1146) Table 'shopisap_boutique.category' doesn't exist
  37.  
  38. ALTER TABLE `category` ADD INDEX nright (`nright`)
  39. (1146) Table 'shopisap_boutique.category' doesn't exist
  40.  
  41. ALTER TABLE `category` ADD INDEX nleft (`nleft`)
  42. (1146) Table 'shopisap_boutique.category' doesn't exist
  43.  
  44. ALTER TABLE `specific_price` ADD INDEX from_quantity (`from_quantity`)
  45. (1061) Duplicate key name 'from_quantity'
  46.  
  47. ALTER TABLE `product` ADD INDEX indexed (`indexed`)
  48. (1061) Duplicate key name 'indexed'
  49.  
  50. UPDATE `country` SET `zip_code_format` = 'NNNNN' WHERE `iso_code` = 'MC' LIMIT 1
  51. (1146) Table 'shopisap_boutique.country' doesn't exist
  52.  
  53. UPDATE `county_zip_code` SET `to_zip_code` = `from_zip_code` WHERE `to_zip_code` = 0
  54. (1146) Table 'shopisap_boutique.county_zip_code' doesn't exist
  55.  
  56. UPDATE `configuration` SET `value` = 0 WHERE `name` = 'PS_HIGH_HTML_THEME_COMPRESSION' LIMIT 1
  57. (1146) Table 'shopisap_boutique.configuration' doesn't exist
  58.  
  59. 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)
  60. (1146) Table 'shopisap_boutique.configuration' doesn't exist
  61.  
  62. DELETE FROM `referrer_cache` WHERE id_referrer NOT IN (SELECT id_referrer FROM `referrer`)
  63.  
  64. /* PHP:update_module_mailalerts(); */
  65.  
  66. /* PHP:update_module_blocklayered(); */
  67.  
  68. Vous venez de mettre à jour votre boutique en ligne. Nous vous en remercions.
Advertisement
Add Comment
Please, Sign In to add comment