Updated SQL

This commit is contained in:
rex2630
2020-01-06 15:51:35 +01:00
committed by GitHub
parent f51d8cb281
commit 79762b6b44
+2 -2
View File
@@ -1,6 +1,6 @@
USE `essentialmode`;
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('bread', 'Pain', 10),
('water', 'Eau', 5)
('bread', 'Pain', 1),
('water', 'Eau', 1)
;