This commit is contained in:
Dr Bad
2022-03-16 22:52:43 +03:30
committed by GitHub
parent be158cbfbc
commit bd6972ac0a
+4 -4
View File
@@ -317,10 +317,10 @@ CREATE TABLE `licenses` (
--
INSERT INTO `licenses` (`type`, `label`) VALUES
('dmv', 'Code de la route'),
('drive', 'Permis de conduire'),
('drive_bike', 'Permis moto'),
('drive_truck', 'Permis camion'),
('dmv', 'Driving Permit'),
('drive', 'Drivers License'),
('drive_bike', 'Motorcycle License'),
('drive_truck', 'Commercial Drivers License'),
('weed_processing', 'Weed Processing License');
-- --------------------------------------------------------