auth/migrations/2022-01-02-195433_users-and.../down.sql

4 lines
107 B
MySQL
Raw Normal View History

2022-01-02 21:07:29 +01:00
-- This file should undo anything in `up.sql`
drop table refresh_tokens cascade;
drop table users cascade;