diff --git a/[SQL]/legacy.sql b/[SQL]/legacy.sql index f59c0ee1..0a84ce9b 100644 --- a/[SQL]/legacy.sql +++ b/[SQL]/legacy.sql @@ -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'); -- --------------------------------------------------------