]> Untitled Git - lemmy.git/blob - migrations/2021-02-25-112959_remove-categories/up.sql
Fixing broken SQL migration formatting. (#3800)
[lemmy.git] / migrations / 2021-02-25-112959_remove-categories / up.sql
1 ALTER TABLE community
2     DROP COLUMN category_id;
3
4 DROP TABLE category;
5