// Fixed #PSCFV-3845

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17118 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-31 08:49:15 +00:00
parent db513d6770
commit 82bc3f0916
3 changed files with 8 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
SET NAMES 'utf8';
ALTER TABLE `PREFIX_order_detail_tax` CHANGE `unit_amount` `unit_amount` DECIMAL(16, 6) NOT NULL DEFAULT '0.000000';
ALTER TABLE `PREFIX_order_detail_tax` CHANGE `total_amount` `unit_amount` DECIMAL(16, 6) NOT NULL DEFAULT '0.000000';