Add Index to Logs
This commit is contained in:
parent
5ba6cf0fb2
commit
e34ed8898a
|
@ -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`
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue