mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 23:01:48 +00:00
4c7e767a1d
chore(coding-style): Fix Indentation
9 lines
217 B
SQL
9 lines
217 B
SQL
USE `essentialmode`;
|
|
|
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('dmv', 'Driving Permit'),
|
|
('drive', 'Drivers License'),
|
|
('drive_bike', 'Motorcycle License'),
|
|
('drive_truck', 'Commercial Drivers License')
|
|
;
|