Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TinusNL committed Jan 5, 2021
0 parents commit 3249ef7
Show file tree
Hide file tree
Showing 9 changed files with 931 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Database/en_esx_technician.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
USE `essentialmode`;

INSERT INTO `jobs` (name, label) VALUES
('technician','Technician')
;

INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
('technician',0,'worker','Worker',200,'{}','{}'),
('technician',1,'boss','Boss',300,'{}','{}')
;
10 changes: 10 additions & 0 deletions Database/nl_esx_technician.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
USE `essentialmode`;

INSERT INTO `jobs` (name, label) VALUES
('technician','Elektrishen')
;

INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
('technician',0,'worker','Medewerker',200,'{}','{}'),
('technician',1,'boss','Baas',300,'{}','{}')
;

0 comments on commit 3249ef7

Please sign in to comment.