From 4e1c97c5f34b5e25739be995d8b8102adb9ff223 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 6 Apr 2006 11:55:07 +0000 Subject: [PATCH] Add INDEX on fk_ligne --- .../telephonie/sql/llx_telephonie_societe_ligne_comments.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_societe_ligne_comments.sql b/htdocs/telephonie/sql/llx_telephonie_societe_ligne_comments.sql index 69cfd8021be..12a213d6f58 100644 --- a/htdocs/telephonie/sql/llx_telephonie_societe_ligne_comments.sql +++ b/htdocs/telephonie/sql/llx_telephonie_societe_ligne_comments.sql @@ -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;