Fix MR diff file counts for some historic data
Some old diffs in the database for GitLab.com are much bigger than current diff limits permit - one example has around 45K records. The `files_count` value isn't *that* important, so we can work around this without more schema changes by using SMALLINT_MAX as a sentinel value.
Showing
Please register or sign in to comment