mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-10-28 15:43:08 +00:00
GUAC-1193: Add indexes to start_date and end_date columns.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user