lemmy/migrations/2023-02-07-030958_community-collections/up.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
135 B
SQL

alter table community add column moderators_url varchar(255) unique;
alter table community add column featured_url varchar(255) unique;