Update server/src/seed.sql
This commit is contained in:
@@ -5,3 +5,4 @@ INSERT INTO items (key, name, stack_max) VALUES
|
|||||||
('fiber', 'Plant Fiber', 999),
|
('fiber', 'Plant Fiber', 999),
|
||||||
('plank', 'Wooden Plank', 999)
|
('plank', 'Wooden Plank', 999)
|
||||||
ON CONFLICT (key) DO NOTHING;
|
ON CONFLICT (key) DO NOTHING;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user