]> Untitled Git - lemmy.git/blob - migrations/2019-02-26-002946_create_user/down.sql
Fixing broken SQL migration formatting. (#3800)
[lemmy.git] / migrations / 2019-02-26-002946_create_user / down.sql
1 DROP TABLE user_ban;
2
3 DROP TABLE user_;
4