mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
Merge pull request #771 from bitpredator/main
fix:(boat license missing)
This commit is contained in:
+2
-1
@@ -329,7 +329,8 @@ INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('drive', 'Drivers License'),
|
||||
('drive_bike', 'Motorcycle License'),
|
||||
('drive_truck', 'Commercial Drivers License'),
|
||||
('weed_processing', 'Weed Processing License');
|
||||
('weed_processing', 'Weed Processing License'),
|
||||
('boat', 'Boat License');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user