Skip to content
Snippets Groups Projects
Commit fafd3595 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

zmena jednotnych indexu type a valid na dvoji (type,valid)

parent 7fb15946
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,7 @@ CREATE TABLE `events` (
`valid` varchar(1) default 't',
`client_id` int(11) default NULL,
PRIMARY KEY (`id`),
KEY `idx_events_type` (`type`),
KEY `idx_events_valid` (`valid`),
KEY `idx_events_type_valid` (`type`,`valid`),
KEY `idx_events_client_id` (`client_id`),
KEY `idx_events_detected` (`detected`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment