mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-339: Bump up field size to 256 to support full DNS names.
This commit is contained in:
@@ -36,4 +36,4 @@ ALTER TABLE guacamole_connection
|
||||
--
|
||||
|
||||
ALTER TABLE guacamole_connection_history
|
||||
ADD COLUMN remote_host VARCHAR(128) DEFAULT NULL;
|
||||
ADD COLUMN remote_host VARCHAR(256) DEFAULT NULL;
|
||||
|
Reference in New Issue
Block a user