]> Untitled Git - lemmy.git/blob - migrations/2022-01-20-160328_remove_site_creator/up.sql
Update post_aggregates indexes to account for featured_local and featured_community...
[lemmy.git] / migrations / 2022-01-20-160328_remove_site_creator / up.sql
1 -- Drop the column
2 alter table site drop column creator_id;