]> Untitled Git - lemmy.git/blob - migrations/2021-04-02-021422_remove_community_creator/up.sql
Split activity table into sent and received parts (fixes #3103) (#3583)
[lemmy.git] / migrations / 2021-04-02-021422_remove_community_creator / up.sql
1 -- Drop the column
2 alter table community drop column creator_id;