mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
fix:Add default value for unemployed job
This commit is contained in:
+1
-1
@@ -53,4 +53,4 @@ CREATE TABLE `jobs` (
|
||||
PRIMARY KEY (`name`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
INSERT INTO `jobs` VALUES ('unemployed','Unemployed');
|
||||
INSERT INTO `jobs` VALUES ('unemployed','Unemployed',0);
|
||||
|
||||
Reference in New Issue
Block a user