[-] Installer : fixed warnings #PSCFV-3633

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16864 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-16 09:59:35 +00:00
parent c9ee83cc46
commit d76b060d2a
5 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -1085,7 +1085,7 @@ CREATE TABLE `PREFIX_order_detail_tax` (
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
CREATE TABLE `PREFIX_order_invoice` (
`id_order_invoice` int(11) NOT NULL AUTO_INCREMENT,
`id_order_invoice` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,
`id_order` int(11) NOT NULL,
`number` int(11) NOT NULL,
`delivery_number` int(11) NOT NULL,