Remove 1 of 2 license primary keys in bans table

This commit is contained in:
NiftyLife
2021-07-10 00:02:33 +02:00
committed by GitHub
parent 07bbc8d719
commit 68b8090ceb
-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;