diff --git a/htdocs/telephonie/sql/llx_telephonie_commande_retour.sql b/htdocs/telephonie/sql/llx_telephonie_commande_retour.sql index 1d3669dadd2..eec54bb8309 100644 --- a/htdocs/telephonie/sql/llx_telephonie_commande_retour.sql +++ b/htdocs/telephonie/sql/llx_telephonie_commande_retour.sql @@ -31,6 +31,7 @@ create table llx_telephonie_commande_retour ( commentaire text NOT NULL, fichier varchar(255) NOT NULL, traite smallint DEFAULT 0, - date_traitement datetime + date_traitement datetime, + fk_fournisseur integer NOT NULL )type=innodb;