Improved string formatting, minor edits

This commit is contained in:
ElPumpo
2018-04-09 12:56:27 +02:00
parent 6d4451bf89
commit e8a0f07296
5 changed files with 53 additions and 51 deletions
+8
View File
@@ -0,0 +1,8 @@
USE `essentialmode`;
INSERT INTO `licenses` (`type`, `label`) VALUES
('dmv', 'Körkortstillstånd'),
('drive', 'B-körkort'),
('drive_bike', 'A-körkort'),
('drive_truck', 'C-körkort')
;