loads of nonsense
This commit is contained in:
7
drizzle/0000_seed_initial_data.sql
Normal file
7
drizzle/0000_seed_initial_data.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Custom SQL migration file, put your code below! --
|
||||
INSERT INTO houses (name, color, points) VALUES
|
||||
('County', 'red', 1),
|
||||
('East', 'pink', 100),
|
||||
('Laud', 'teal', 50),
|
||||
('School', 'green', 2),
|
||||
('West', 'yellow', 92);
|
||||
Reference in New Issue
Block a user