]> Untitled Git - lemmy.git/blob - migrations/2021-02-25-112959_remove-categories/up.sql
Speedup CI (#3852)
[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