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
No known key found for this signature in database
GPG Key ID: 92A7BC0C86B0B91A
1 changed files with 4 additions and 0 deletions

4
sql.go
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)
;
`