nomilo/migrations/2021-03-26-164945_create_users/down.sql

4 lines
85 B
MySQL
Raw Normal View History

2021-03-26 22:30:38 +00:00
-- This file should undo anything in `up.sql`
DROP TABLE localuser;
DROP TABLE user;