about summary refs log tree commit diff
path: root/db/migrate/20210322164601_create_account_summaries.rb
AgeCommit message (Collapse)Author
2021-05-07Do not populate AccountSummaries and FollowRecommendation views on migration ↵Claire
(#16173) Materializing those views can take a while, and they are currently refreshed anyway each time they are actually used, in the FollowRecommendationsScheduler.
2021-04-12Add cold-start follow recommendations (#15945)Eugen Rochko