]> Untitled Git - lemmy.git/blob - migrations/2021-02-25-112959_remove-categories/up.sql
Fix length of post_report.original_post_name db field (fixes #2311) (#2315)
[lemmy.git] / migrations / 2021-02-25-112959_remove-categories / up.sql
1 ALTER TABLE community DROP COLUMN category_id;
2 DROP TABLE category;