auth-server/migrations/2020-03-01-122646_create_tokens/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
65 B
SQL

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