GUACAMOLE-339: Bump up field size to 256 to support full DNS names.

This commit is contained in:
Nick Couchman
2017-07-16 22:43:50 -04:00
parent 7522a495b8
commit 8b71e30c71
4 changed files with 4 additions and 4 deletions

View File

@@ -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;