// Upgrade sql fixes

This commit is contained in:
tDidierjean
2012-05-19 10:40:20 +00:00
parent 431da65f88
commit 6d96665bfa
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`;