From 9d5affe9842305bd4c2d4beb46b443cf00c55017 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 16 Jan 2011 01:02:10 +0000 Subject: [PATCH] Fix: Works with mysql 5.5 --- htdocs/install/mysql/tables/llx_paiementfourn_facturefourn.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/tables/llx_paiementfourn_facturefourn.sql b/htdocs/install/mysql/tables/llx_paiementfourn_facturefourn.sql index b34f6675d95..352c26e156e 100644 --- a/htdocs/install/mysql/tables/llx_paiementfourn_facturefourn.sql +++ b/htdocs/install/mysql/tables/llx_paiementfourn_facturefourn.sql @@ -26,4 +26,4 @@ create table llx_paiementfourn_facturefourn fk_paiementfourn INTEGER DEFAULT NULL, fk_facturefourn INTEGER DEFAULT NULL, amount DOUBLE DEFAULT '0' -) TYPE=innodb; \ No newline at end of file +)type=innodb; \ No newline at end of file