]> Untitled Git - lemmy.git/blob - migrations/2021-04-02-021422_remove_community_creator/up.sql
Make sure comments are sorted by hot_rank, then score. (#3667)
[lemmy.git] / migrations / 2021-04-02-021422_remove_community_creator / up.sql
1 -- Drop the column
2 alter table community drop column creator_id;