Ajout champs fk_telephonie_facture

This commit is contained in:
Rodolphe Quiedeville 2005-03-10 10:47:30 +00:00
parent b32b237746
commit 0f721b7e80

View File

@ -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;