diff --git a/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql b/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql index 203936b2003..9e2cd2598bd 100644 --- a/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql +++ b/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql @@ -30,6 +30,7 @@ create table llx_telephonie_societe_ligne ( rowid integer AUTO_INCREMENT PRIMARY KEY, datec datetime, + fk_contrat integer, fk_client_comm integer NOT NULL, -- Client décideur fk_soc integer NOT NULL, ligne varchar(12) NOT NULL,