3 lines
98 B
MySQL
3 lines
98 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP TABLE IF EXISTS users, refresh_tokens CASCADE;
|