Skip to content

Commit

Permalink
Fix SQL Error while creating ck_maptiermappers table
Browse files Browse the repository at this point in the history
  • Loading branch information
Bara committed Nov 18, 2022
1 parent 01b3153 commit a6c8d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mysql-files/mappernames.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CREATE TABLE `ck_maptiermappers` (
`announcerecord` int(11) NOT NULL DEFAULT '0',
`gravityfix` int(11) NOT NULL DEFAULT '1',
`ranked` int(11) NOT NULL DEFAULT '1',
`mapper` varchar(255) DEFAULT NULL,
`mapper` varchar(255) DEFAULT NULL
) DEFAULT CHARSET=utf8mb4;

INSERT INTO `ck_maptiermappers` (`mapname`, `tier`, `maxvelocity`, `announcerecord`, `gravityfix`, `ranked`, `mapper`) VALUES
Expand Down Expand Up @@ -1407,4 +1407,4 @@ SET mt.mapper = (
WHERE m.mapname = mt.mapname
);

DROP table ck_maptiermappers;
DROP table ck_maptiermappers;

0 comments on commit a6c8d30

Please sign in to comment.