Add a missing semicolon (;) to a SQL.

Signed-off-by: Anubisss <[email protected]>
This commit is contained in:
Anubisss
2012-02-26 05:15:20 +01:00
parent 7e4fa9174d
commit ca17e1c7e4
@@ -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;