From 68b8090cebec12fd10861da2f0cec4142c7089c8 Mon Sep 17 00:00:00 2001 From: NiftyLife <38622995+NiftyLife@users.noreply.github.com> Date: Sat, 10 Jul 2021 00:02:33 +0200 Subject: [PATCH] Remove 1 of 2 license primary keys in bans table --- qbcore.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/qbcore.sql b/qbcore.sql index 9f58ec5..e3941e5 100644 --- a/qbcore.sql +++ b/qbcore.sql @@ -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;