Add server/src/seed.sql
This commit is contained in:
7
server/src/seed.sql
Normal file
7
server/src/seed.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
INSERT INTO items (key, name, stack_max) VALUES
|
||||
('wood', 'Logs', 999),
|
||||
('stone', 'Stone', 999),
|
||||
('ore', 'Copper Ore', 999),
|
||||
('fiber', 'Plant Fiber', 999),
|
||||
('plank', 'Wooden Plank', 999)
|
||||
ON CONFLICT (key) DO NOTHING;
|
||||
Reference in New Issue
Block a user