]> Untitled Git - lemmy.git/blob - migrations/2023-02-07-030958_community-collections/down.sql
Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts...
[lemmy.git] / migrations / 2023-02-07-030958_community-collections / down.sql
1 alter table community drop column moderators_url;
2 alter table community drop column featured_url;