mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
9 lines
193 B
SQL
9 lines
193 B
SQL
USE `essentialmode`;
|
|
|
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('dmv', 'Körkortstillstånd'),
|
|
('drive', 'B-körkort'),
|
|
('drive_bike', 'A-körkort'),
|
|
('drive_truck', 'C-körkort')
|
|
;
|