summaryrefslogtreecommitdiff
path: root/db/post_migrate/20180906051323_remove_orphaned_label_links.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove orphaned label linksStan Hu2018-09-071-0/+43
On GitLab.com, there are over 2 million orphaned label links out of a total of 13 million. These orphaned label links can cause quiet failures, such as unexpected nil values in ExportCsvWorker. Closes gitlab-org/gitlab-ee#7482