Merge pull request #51 from NiftyLife/patch-2

Remove 1 of 2 license primary keys in bans table
This commit is contained in:
BerkieBb
2021-07-10 11:39:57 +02:00
committed by GitHub
-1
View File
@@ -38,7 +38,6 @@ CREATE TABLE IF NOT EXISTS `bans` (
`bannedby` varchar(255) NOT NULL DEFAULT 'LeBanhammer',
PRIMARY KEY (`id`),
KEY `license` (`license`),
KEY `license` (`license`),
KEY `discord` (`discord`),
KEY `ip` (`ip`)
) ENGINE=InnoDB AUTO_INCREMENT=518 DEFAULT CHARSET=utf8mb4;