lemmy/migrations/2023-02-07-030958_community-collections/down.sql
Nutomic 62663a9f2e
Implement separate mod activities for feature, lock post (#2716)
* Implement separate mod activities for feature, lock post

Also includes collection for featured posts. Later we also need
to do the same for Comment.distinguished

* some changes

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-02-18 09:50:28 -05:00

2 lines
97 B
SQL

alter table community drop column moderators_url;
alter table community drop column featured_url;