]> Untitled Git - lemmy.git/blob - migrations/2021-04-01-181826_add_community_agg_active_monthly_index/up.sql
remove n^2 part of person triggers, improve community aggregate trigger (#3739)
[lemmy.git] / migrations / 2021-04-01-181826_add_community_agg_active_monthly_index / up.sql
1 create index idx_community_aggregates_users_active_month on community_aggregates (users_active_month desc);
2