GUAC-1193: Add indexes to start_date and end_date columns.

This commit is contained in:
Michael Jumper
2015-10-16 17:54:50 -07:00
parent 50e7c7075f
commit 58d7fc4e18
4 changed files with 60 additions and 1 deletions

View File

@@ -242,6 +242,8 @@ CREATE TABLE `guacamole_connection_history` (
PRIMARY KEY (`history_id`),
KEY `user_id` (`user_id`),
KEY `connection_id` (`connection_id`),
KEY `start_date` (`start_date`),
KEY `end_date` (`end_date`),
CONSTRAINT `guacamole_connection_history_ibfk_1`
FOREIGN KEY (`user_id`)