4 lines
88 B
SQL
4 lines
88 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TABLE UserFollows;
|
|
DROP TABLE Users;
|