]> Untitled Git - lemmy.git/blob - migrations/2021-04-02-021422_remove_community_creator/up.sql
Merge pull request #2213 from LemmyNet/change_default_listing_type
[lemmy.git] / migrations / 2021-04-02-021422_remove_community_creator / up.sql
1 -- Drop the column
2 alter table community drop column creator_id;