Add INDEX on fk_ligne

This commit is contained in:
Rodolphe Quiedeville 2006-04-06 11:55:07 +00:00
parent fdcd6283dd
commit 4e1c97c5f3

View File

@ -26,8 +26,9 @@ create table llx_telephonie_societe_ligne_comments (
fk_ligne integer NOT NULL,
fk_user integer NOT NULL,
datec datetime,
commentaire text
commentaire text,
INDEX (fk_ligne)
)type=innodb;