-- This file should undo anything in `up.sql`
drop table refresh_tokens cascade;
drop table users cascade;