From 0fd1a3aea620702fde33b8fc2149ab37499bf55a Mon Sep 17 00:00:00 2001 From: ljruiten Date: Fri, 26 Aug 2016 18:20:09 +0200 Subject: [PATCH] GUACAMOLE-95: Minor change to postgresql schema. Fixes saving sessions to history. --- .../guacamole-auth-jdbc-postgresql/schema/001-create-schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/schema/001-create-schema.sql b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/schema/001-create-schema.sql index 2720e3790..4f780c126 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/schema/001-create-schema.sql +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/schema/001-create-schema.sql @@ -359,7 +359,7 @@ CREATE TABLE guacamole_connection_history ( connection_id integer DEFAULT NULL, connection_name varchar(128) NOT 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, end_date timestamptz DEFAULT NULL,