fix:(boat license missing)

This commit is contained in:
bitpredator
2022-12-23 13:18:58 +01:00
parent 684752c8ae
commit f71dcae72a
+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');
-- --------------------------------------------------------