This commit is contained in:
vAugagneur
2012-09-04 12:38:09 +00:00
parent c7b58dfef1
commit 7e648b7e17
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -2,3 +2,5 @@ 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';
ALTER TABLE `PREFIX_customer_message` ADD `read` tinyint(1) NOT NULL default '0' AFTER `private`;