]> Untitled Git - lemmy.git/blob - migrations/2021-02-25-112959_remove-categories/up.sql
add enable_federated_downvotes site option
[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