diff --git a/htdocs/telephonie/sql/llx_telephonie_service.sql b/htdocs/telephonie/sql/llx_telephonie_service.sql index bb2de6d978c..1fa8a4161ab 100644 --- a/htdocs/telephonie/sql/llx_telephonie_service.sql +++ b/htdocs/telephonie/sql/llx_telephonie_service.sql @@ -33,7 +33,8 @@ create table llx_telephonie_service ( fk_user_creat integer NOT NULL, date_creat datetime NOT NULL, fk_user_modif integer, - date_modif datetime + date_modif datetime, + module varchar(50) )type=innodb;