ordabok/migrations/2023-01-03-134423_create_user/down.sql

4 lines
88 B
MySQL
Raw Normal View History

2023-01-03 14:16:10 +00:00
-- This file should undo anything in `up.sql`
DROP TABLE UserFollows;
DROP TABLE Users;