mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
9 lines
254 B
SQL
9 lines
254 B
SQL
INSERT INTO `jobs` (`name`, `label`) VALUES
|
|
('unemployed', 'Chômeur'),
|
|
('slaughterer', 'Abatteur'),
|
|
('fisherman', 'Pêcheur'),
|
|
('miner', 'Mineur'),
|
|
('lumberjack', 'Bûcheron'),
|
|
('fuel', 'Raffineur'),
|
|
('reporter', 'Journaliste'),
|
|
('textil', 'Couturier'), |