[-] Installer : crash with mysql strict mode fixed (datetime has a range of 1000-9999)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16715 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-06 12:05:58 +00:00
parent 04be7149e5
commit 5900ba8d1c
+1 -1
View File
@@ -1147,7 +1147,7 @@ CREATE TABLE `PREFIX_order_detail` (
`discount_quantity_applied` TINYINT(1) NOT NULL DEFAULT 0,
`download_hash` varchar(255) default NULL,
`download_nb` int(10) unsigned default '0',
`download_deadline` datetime default '0000-00-00 00:00:00',
`download_deadline` datetime default NULL,
`total_price_tax_incl` DECIMAL(20, 6) NOT NULL default '0.000000',
`total_price_tax_excl` DECIMAL(20, 6) NOT NULL default '0.000000',
`unit_price_tax_incl` DECIMAL(20, 6) NOT NULL default '0.000000',