mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
10 lines
238 B
SQL
10 lines
238 B
SQL
INSERT INTO `jobs` (name, label) VALUES
|
|
('slaughterer', 'Abatteur'),
|
|
('fisherman', 'Pêcheur'),
|
|
('miner', 'Mineur'),
|
|
('lumberjack', 'Bûcheron'),
|
|
('fuel', 'Raffineur'),
|
|
('reporter', 'Journaliste'),
|
|
('textil', 'Couturier')
|
|
;
|