diff --git a/htdocs/telephonie/sql/llx_telephonie_facture_consol.sql b/htdocs/telephonie/sql/llx_telephonie_facture_consol.sql index bd1d59f71ed..a57543ef98d 100644 --- a/htdocs/telephonie/sql/llx_telephonie_facture_consol.sql +++ b/htdocs/telephonie/sql/llx_telephonie_facture_consol.sql @@ -54,5 +54,5 @@ create table llx_telephonie_facture_consol ( distri varchar(255), repre_ib varchar(255) -)type=innodb; +)type=MyISAM;