mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 19:28:52 +00:00
sql
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
INSERT INTO `job_grades` (`job_name`, `grade`, `name`, `label`, `salary`, `skin_male`, `skin_female`) VALUES
|
||||
('unemployed', 0, 'rsa', 'RSA', 0, '{}', '{}'),
|
||||
('lumberjack', 0, 'interim', 'Intérimaire', 0, '{}', '{}'),
|
||||
('fisherman', 0, 'interim', 'Intérimaire', 0, '{}', '{}'),
|
||||
('fuel', 0, 'interim', 'Intérimaire', 0, '{}', '{}'),
|
||||
('reporter', 0, 'employee', 'Intérimaire', 0, '{}', '{}'),
|
||||
('textil', 0, 'interim', 'Intérimaire', 0, '{}', '{}'),
|
||||
('miner', 0, 'interim', 'Intérimaire', 0, '{}', '{}'),
|
||||
('slaughterer', 0, 'interim', 'Intérimaire', 0, , '{}', '{}');
|
||||
Reference in New Issue
Block a user