Ajout champs fk_telephonie_facture
This commit is contained in:
parent
b32b237746
commit
0f721b7e80
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user