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,