1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-02-15 18:35:18 +00:00
lemmy/migrations/2021-02-25-112959_remove-categories/up.sql
2021-02-25 13:22:37 +01:00

2 lines
68 B
SQL

ALTER TABLE community DROP COLUMN category_id;
DROP TABLE category;