GUACAMOLE-95: Minor change to postgresql schema. Fixes saving sessions to

history.
This commit is contained in:
ljruiten
2016-08-26 18:20:09 +02:00
parent edc6d79000
commit 0fd1a3aea6

View File

@@ -359,7 +359,7 @@ CREATE TABLE guacamole_connection_history (
connection_id integer DEFAULT NULL, connection_id integer DEFAULT NULL,
connection_name varchar(128) NOT NULL, connection_name varchar(128) NOT NULL,
sharing_profile_id integer DEFAULT NULL, sharing_profile_id integer DEFAULT NULL,
sharing_profile_name varchar(128) NOT NULL, sharing_profile_name varchar(128) DEFAULT NULL,
start_date timestamptz NOT NULL, start_date timestamptz NOT NULL,
end_date timestamptz DEFAULT NULL, end_date timestamptz DEFAULT NULL,