From 0f721b7e80931da020b78663fe716a9e284d567e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 10 Mar 2005 10:47:30 +0000 Subject: [PATCH] Ajout champs fk_telephonie_facture --- .../telephonie/sql/llx_telephonie_communications_details.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_communications_details.sql b/htdocs/telephonie/sql/llx_telephonie_communications_details.sql index fb0edadd551..08cbcc505b8 100644 --- a/htdocs/telephonie/sql/llx_telephonie_communications_details.sql +++ b/htdocs/telephonie/sql/llx_telephonie_communications_details.sql @@ -41,9 +41,10 @@ create table llx_telephonie_communications_details ( remise real, fichier_cdr varchar(255), fk_fournisseur integer, + fk_telephonie_facture integer, key (fk_fournisseur), - key (fk_ligne) + key (fk_ligne), + key (fk_telephonie_facture) )type=innodb; -