From 3b1dbfdccdfe4aebb3de5385ad0aba1e0d27363d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 10 Feb 2011 13:59:25 +0800 Subject: [PATCH] DataObjects/core.sql --- DataObjects/core.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DataObjects/core.sql b/DataObjects/core.sql index 8dd21064..6549c30e 100644 --- a/DataObjects/core.sql +++ b/DataObjects/core.sql @@ -281,4 +281,6 @@ CREATE TABLE `translations` ( tkey varchar(32) NOT NULL, tval longtext NOT NULL, PRIMARY KEY (`id`) -); \ No newline at end of file +); + +ALTER TABLE translations ADD INDEX qlookup (module, tfile, tlang, tkey); -- 2.39.2