diff --git a/htdocs/telephonie/sql/llx_telephonie_societe_fournid.sql b/htdocs/telephonie/sql/llx_telephonie_societe_fournid.sql index 61ea5d3bb18..8bab2e3ee25 100644 --- a/htdocs/telephonie/sql/llx_telephonie_societe_fournid.sql +++ b/htdocs/telephonie/sql/llx_telephonie_societe_fournid.sql @@ -26,6 +26,7 @@ create table llx_telephonie_societe_fournid ( fk_soc integer NOT NULL, fourn_id integer NOT NULL, fk_fourn integer NOT NULL, + datec datetime, unique (fk_soc, fk_fourn) )type=innodb;