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

@@ -297,4 +297,5 @@ CREATE TABLE guacamole_connection_history (
CREATE INDEX ON guacamole_connection_history(user_id);
CREATE INDEX ON guacamole_connection_history(connection_id);
CREATE INDEX ON guacamole_connection_history(start_date);
CREATE INDEX ON guacamole_connection_history(end_date);