auth-server/migrations/2020-03-01-120634_create_users/down.sql
Alex Wright 6cb7b5affa Adding diesel dep.
Need somewhere to store sessions and tokens.
2020-03-01 16:57:53 +01:00

3 lines
64 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE users;