Merge pull request #771 from bitpredator/main

fix:(boat license missing)
This commit is contained in:
JackDUpModZ
2022-12-28 00:02:50 +00:00
committed by GitHub
+2 -1
View File
@@ -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');
-- --------------------------------------------------------