Fix storing first_mentioned_in_commit_at attribute
This change fixes the way we calculate and store the first_mentioned_in_commit_at attribute. Instead of looking at the most recent commit date, the change will check the earliest commit date looking back a maximum of 100 commits. The change also inclides a BG migration that attempts to fix the existing records. Changelog: fixed
Showing
Please register or sign in to comment