SQL(esx_dmvschool) - Adds licenses

fix(esx_legacy): add missing esx_dmvschool sql
This commit is contained in:
Esplike
2022-04-09 12:16:49 +01:00
committed by GitHub
+4
View File
@@ -330,6 +330,10 @@ CREATE TABLE `licenses` (
--
INSERT INTO `licenses` (`type`, `label`) VALUES
('dmv', 'Driving Permit'),
('drive', 'Drivers License'),
('drive_bike', 'Motorcycle License'),
('drive_truck', 'Commercial Drivers License'),
('weed_processing', 'Weed Processing License');
-- --------------------------------------------------------