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

5 lines
107 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;
2021-04-05 21:21:40 +00:00
DROP TABLE user_zone;