This repository has been archived on 2021-10-25. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-08-20 14:52:58 +00:00
|
|
|
-- This file should undo anything in `up.sql`
|
2021-08-20 20:25:21 +00:00
|
|
|
DROP TABLE IF EXISTS users, refresh_tokens CASCADE;
|