derekmcquay@gmail.com default value in users

made self an admin as well
This commit is contained in:
Derek McQuay
2017-02-04 23:25:34 -08:00
parent c99445e261
commit c73a3bf707
+4
View File
@@ -35,4 +35,8 @@ INSERT INTO categories (name, budget) VALUES
('Restaurant', 200),
('Misc', 100)
;
INSERT INTO users (email, admin) VALUES
('derekmcquay@gmail.com', true)
;
`