mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
Update qbcore.sql
This commit is contained in:
@@ -18,15 +18,6 @@ CREATE TABLE IF NOT EXISTS `players` (
|
|||||||
KEY `license` (`license`)
|
KEY `license` (`license`)
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=1;
|
) ENGINE=InnoDB AUTO_INCREMENT=1;
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `permissions` (
|
|
||||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
||||||
`name` varchar(255) NOT NULL,
|
|
||||||
`license` varchar(255) NOT NULL,
|
|
||||||
`permission` varchar(255) NOT NULL,
|
|
||||||
PRIMARY KEY (`id`),
|
|
||||||
KEY `license` (`license`)
|
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=1;
|
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `bans` (
|
CREATE TABLE IF NOT EXISTS `bans` (
|
||||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||||
`name` varchar(50) DEFAULT NULL,
|
`name` varchar(50) DEFAULT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user