Ticket #269: Add missing semicolon to end of script.

This commit is contained in:
Michael Jumper
2013-02-28 21:08:58 -08:00
parent 813fa5c524
commit ccb4730bc4

View File

@@ -149,5 +149,5 @@ CREATE TABLE `guacamole_connection_history` (
FOREIGN KEY (`connection_id`)
REFERENCES `guacamole_connection` (`connection_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8
) ENGINE=InnoDB DEFAULT CHARSET=utf8;