Fix: Works with mysql 5.5

This commit is contained in:
Laurent Destailleur 2011-01-16 01:02:10 +00:00
parent e9bbef77bf
commit 9d5affe984

View File

@ -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;
)type=innodb;