Add missing coma

This commit is contained in:
Jérémie N'gadi
2017-08-12 12:50:37 +02:00
committed by GitHub
parent 753bca76e7
commit aafec3d4f9
+2 -2
View File
@@ -1,6 +1,6 @@
USE `essentialmode`;
INSERT INTO `items` (name, label) VALUES
('bread', 'Pain')
('bread', 'Pain'),
('water', 'Eau')
;
;