diff --git a/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql b/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql index f1da345176b..58971a29911 100644 --- a/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql +++ b/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql @@ -51,6 +51,8 @@ create table llx_telephonie_societe_ligne ( code_analytique varchar(12), + pdfdetail varchar(50) DEFAULT 'standard' NOT NULL, + UNIQUE INDEX(fk_soc, ligne) )type=innodb;