// Upgrade sql fixes

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15420 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-05-19 10:40:20 +00:00
parent b5bc94f78c
commit 0a7c709d1a
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -24,4 +24,7 @@ SET unit_amount = ROUND((t.rate / 100) * (
UPDATE PREFIX_order_detail_tax odt
LEFT JOIN PREFIX_order_detail od ON (od.id_order_detail = odt.id_order_detail)
SET total_amount = odt.unit_amount * od.product_quantity;
SET total_amount = odt.unit_amount * od.product_quantity;
ALTER TABLE `PREFIX_pagenotfound` ADD `id_shop_group` INT(10) AFTER `id_pagenotfound`;
ALTER TABLE `PREFIX_pagenotfound` ADD `id_shop` INT(10) AFTER `id_pagenotfound`;