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

6 lines
124 B
MySQL
Raw Permalink 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 22:56:15 +00:00
DROP TABLE zone;
2021-04-05 21:21:40 +00:00
DROP TABLE user_zone;