mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
Nutomic
62663a9f2e
* 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>
2 lines
No EOL
135 B
SQL
2 lines
No EOL
135 B
SQL
alter table community add column moderators_url varchar(255) unique;
|
|
alter table community add column featured_url varchar(255) unique; |