@@ -35,4 +35,8 @@ INSERT INTO categories (name, budget) VALUES
('Restaurant', 200),
('Restaurant', 200),
('Misc', 100)
('Misc', 100)
;
;
INSERT INTO users (email, admin) VALUES
('derekmcquay@gmail.com', true)
;
`
`
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.