1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-24 06:37:57 +00:00
lemmy/migrations/2021-04-01-181826_add_community_agg_active_monthly_index/up.sql

2 lines
109 B
SQL

create index idx_community_aggregates_users_active_month on community_aggregates (users_active_month desc);