Add INDEX on fk_ligne
This commit is contained in:
parent
fdcd6283dd
commit
4e1c97c5f3
@ -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;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user