Add Index to Logs

This commit is contained in:
Isaac Connor 2017-10-24 16:10:04 -07:00
parent 5ba6cf0fb2
commit e34ed8898a
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ CREATE TABLE `Logs` (
KEY `TimeKey` (`TimeKey`)
) ENGINE=@ZM_MYSQL_ENGINE@;
CREATE INDEX `Logs_TimeKey_idx` ON `Logs` (`TimeKey`);
--
-- Table structure for table `Manufacturers`
--