chore(repo): Initial commit

This commit is contained in:
Jérémie N'gadi
2017-09-19 10:29:42 +02:00
commit 92d76ed67c
14 changed files with 1248 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
USE `essentialmode`;
INSERT INTO `licenses` (`type`, `label`) VALUES
('drive', 'Permis de conduire'),
('drive_bike', 'Permis moto'),
('drive_truck', 'Permis camion')
;