lemmy/migrations/2021-02-25-112959_remove-categories/up.sql

3 lines
68 B
MySQL
Raw Normal View History

2021-02-25 12:16:58 +00:00
ALTER TABLE community DROP COLUMN category_id;
DROP TABLE category;