mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 23:01:29 +00:00
Remove 1 of 2 license primary keys in bans table
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user