Ajout champ pdfdetail

This commit is contained in:
Rodolphe Quiedeville 2005-04-06 13:09:56 +00:00
parent 940120ae37
commit 9b447f9463

View File

@ -51,6 +51,8 @@ create table llx_telephonie_societe_ligne (
code_analytique varchar(12),
pdfdetail varchar(50) DEFAULT 'standard' NOT NULL,
UNIQUE INDEX(fk_soc, ligne)
)type=innodb;