<instruction type="file" run="standalone">files_update.tar</instruction>
<instruction type="template">templates_update.tar</instruction>
<instruction type="script">acp/update_2.0.0.php</instruction>
-
<instruction type="language">language/*.xml</instruction>
+ <instruction type="sql" run="standalone">update.sql</instruction>
</instructions>
</package>
UNIQUE KEY (objectTypeID, objectID, languageID),
FULLTEXT INDEX fulltextIndex (subject, message, metaData),
FULLTEXT INDEX fulltextIndexSubjectOnly (subject),
- KEY (userID, objectTypeID, time)
+ KEY (userID, objectTypeID, time),
+ KEY (objectTypeID)
);
DROP TABLE IF EXISTS wcf1_search_keyword;