]> Untitled Git - lemmy.git/blob - migrations/2021-04-01-181826_add_community_agg_active_monthly_index/up.sql
Update community statistics after post or comment is deleted by user (#2193)
[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