From 3fbf198c70e4dbc6f95ade873a3811c2d996c861 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 17 May 2006 14:34:47 +0000 Subject: [PATCH] Modif type de la table --- htdocs/telephonie/sql/llx_telephonie_facture_consol.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;