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

3 lines
68 B
MySQL
Raw Normal View History

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