This repository has been archived on 2021-10-25. You can view files and clone it, but cannot push or open issues/pull-requests.
rusty-bever/migrations/2021-08-20-110251_users-and.../down.sql

3 lines
98 B
MySQL
Raw Normal View History

2021-08-20 16:52:58 +02:00
-- This file should undo anything in `up.sql`
2021-08-20 22:25:21 +02:00
DROP TABLE IF EXISTS users, refresh_tokens CASCADE;