Skip to content

Commit

Permalink
Upgtrade fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Brookbanks committed Mar 24, 2015
1 parent ce0bf9c commit 14c5424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/db/upgrade/6.0.2.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
UPDATE `CubeCart_documents` SET `doc_content` = replace(`doc_content`, 'example-orbit', 'bxslider'); #EOQ
UPDATE `CubeCart_documents` SET `doc_content` = replace(`doc_content`, 'data-orbit=""', ''); #EOQ
UPDATE `CubeCart_documents` SET `doc_content` = replace(`doc_content`, 'orbit-caption', 'hide'); #EOQ
UPDATE `CubeCart_documents` SET `doc_content` = replace(`doc_content`, 'slide1.jpg"', ' title="Promotional Message One"'); #EOQ
UPDATE `CubeCart_documents` SET `doc_content` = replace(`doc_content`, 'slide3.jpg"', ' title="Promotional Message Two"'); #EOQ
UPDATE `CubeCart_documents` SET `doc_content` = replace(`doc_content`, 'slide1.jpg"', 'slide1.jpg" title="Promotional Message One"'); #EOQ
UPDATE `CubeCart_documents` SET `doc_content` = replace(`doc_content`, 'slide3.jpg"', 'slide3.jpg" title="Promotional Message Two"'); #EOQ
ALTER TABLE `CubeCart_order_summary` ADD UNIQUE (`cart_order_id`); #EOQ

CREATE TABLE IF NOT EXISTS `CubeCart_order_notes` (
Expand Down

0 comments on commit 14c5424

Please sign in to comment.