props
This commit is contained in:
parent
58945d1610
commit
421d15142b
33 changed files with 0 additions and 0 deletions
12
resources/[props]/bzzz_mixfood/items.sql
Normal file
12
resources/[props]/bzzz_mixfood/items.sql
Normal file
|
@ -0,0 +1,12 @@
|
|||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('coffeecup_a', 'Cup of coffee', 1),
|
||||
('bubbletea_a', 'Bubble Tea', 1),
|
||||
('capisun_a', 'Juice Capi-Sun', 1),
|
||||
('hotdog_a', 'Hotdog with mustard', 1),
|
||||
('hotdog_b', 'Hotdog with ketchup', 1),
|
||||
('carneasada_a', 'Carne asada', 1),
|
||||
('nachos_a', 'Nachos', 1),
|
||||
('kebab_a', 'Kebab', 1),
|
||||
('burrito_a', 'Burrito', 1),
|
||||
('churros_a', 'Churros', 1)
|
||||
;
|
Loading…
Add table
Add a link
Reference in a new issue