mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 05:01:49 +00:00
9 lines
191 B
SQL
9 lines
191 B
SQL
USE `es_extended`;
|
|
|
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('dmv', 'Körkortstillstånd'),
|
|
('drive', 'B-körkort'),
|
|
('drive_bike', 'A-körkort'),
|
|
('drive_truck', 'C-körkort')
|
|
;
|