DataObjects/core.sql
[Pman.Core] / DataObjects / core.sql
index 8dd2106..6549c30 100644 (file)
@@ -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);