loads of nonsense

This commit is contained in:
2026-05-04 17:55:29 +01:00
parent a7caf77284
commit 3f6e8073e9
23 changed files with 390 additions and 188 deletions

View 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);