4 lines
107 B
MySQL
4 lines
107 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
drop table refresh_tokens cascade;
|
||
|
drop table users cascade;
|