missing ;

pull/2077/head
Isaac Connor 2017-12-20 21:22:37 -05:00
parent 89d284b4ea
commit 2c1aa2a92f
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ CREATE TABLE `Groups` (
--Table structure for table `Groups_Monitors`
--
DROP TABLE IF EXISTS `Groups_Monitors`
DROP TABLE IF EXISTS `Groups_Monitors`;
CREATE TABLE `Groups_Monitors` (
`Id` INT(10) unsigned NOT NULL auto_increment,
`GroupId` int(10) unsigned NOT NULL,