Add a missing semicolon (;) to a SQL.
Signed-off-by: Anubisss <[email protected]>
This commit is contained in:
@@ -4,4 +4,4 @@ CREATE TABLE `warden_action` (
|
||||
`wardenId` smallint(5) unsigned NOT NULL,
|
||||
`action` tinyint(3) unsigned DEFAULT NULL,
|
||||
PRIMARY KEY (`wardenId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
Reference in New Issue
Block a user