forgot semicolons

This commit is contained in:
Ashleigh Carr
2019-11-15 18:36:30 +00:00
parent bff20c5be5
commit e6faaef8d9
2 changed files with 2 additions and 2 deletions

View File

@@ -517,7 +517,7 @@ CREATE TABLE `SS13_stickyban_matched_cid` (
--
-- Table structure for table `SS13_achievements`
--
DROP TABLE IF EXISTS `SS13_achievements`
DROP TABLE IF EXISTS `SS13_achievements`;
CREATE TABLE `SS13_achievements` (
`ckey` VARCHAR(32) NOT NULL,
`id` INT UNSIGNED NOT NULL