mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Update esx_realestateagentjob.sql
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
INSERT INTO `addon_account` (name, label, shared) VALUES
|
||||
('society_realestateagent','Immobilienverkauf',1)
|
||||
('society_realestateagent','Agent immobilier',1)
|
||||
;
|
||||
|
||||
INSERT INTO `jobs` (name, label) VALUES
|
||||
('realestateagent','Immobilienverkauf')
|
||||
('realestateagent','Agent immobilier')
|
||||
;
|
||||
|
||||
INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
|
||||
('realestateagent',0,'location','Vermieter',10,'{}','{}'),
|
||||
('realestateagent',1,'vendeur','Verkäufer',25,'{}','{}'),
|
||||
('realestateagent',2,'gestion','Manager',40,'{}','{}'),
|
||||
('realestateagent',3,'boss','Boss',0,'{}','{}')
|
||||
('realestateagent',0,'location','Location',10,'{}','{}'),
|
||||
('realestateagent',1,'vendeur','Vendeur',25,'{}','{}'),
|
||||
('realestateagent',2,'gestion','Gestion',40,'{}','{}'),
|
||||
('realestateagent',3,'boss','Patron',0,'{}','{}')
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user