diff --git a/htdocs/telephonie/sql/llx_telephonie_commission_regul.sql b/htdocs/telephonie/sql/llx_telephonie_commission_regul.sql index d15b07e177a..d90c0c21086 100644 --- a/htdocs/telephonie/sql/llx_telephonie_commission_regul.sql +++ b/htdocs/telephonie/sql/llx_telephonie_commission_regul.sql @@ -26,6 +26,6 @@ create table llx_telephonie_commission_regul ( fk_distributeur integer NOT NULL, fk_contrat integer NOT NULL, fk_ligne integer NOT NULL, - montant real - + montant real, + type varchar(4) )type=innodb;