Update 1.4.2: Bug Fixes

Updated `Car` Command. Fixed some vulnerabilities. Fix SQL. Updated Commands.
This commit is contained in:
Mycroft
2022-02-06 19:36:38 +00:00
parent 7e1084a5de
commit 245080346b
18 changed files with 48 additions and 53 deletions
+1
View File
@@ -48,6 +48,7 @@ INSERT INTO `job_grades` VALUES (1,'unemployed',0,'unemployed','Unemployed',200,
CREATE TABLE `jobs` (
`name` VARCHAR(50) NOT NULL,
`label` VARCHAR(50) DEFAULT NULL,
`whitelisted` tinyint(1) NOT NULL DEFAULT 0
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;