Roughed in verify user. Will resist after restructuring users routes

This commit is contained in:
Matthew Dillon 2015-06-25 22:09:58 -08:00
parent e6733b2c2e
commit 05ded17aec
7 changed files with 126 additions and 7 deletions

View file

@ -1,6 +1,10 @@
-- bactdb
-- Matthew R Dillon
-- Need to include something to keep gomigrate happy.
-- SELECT 1;
DROP TABLE users;
DROP TYPE e_roles;