Skip to content

Add query_constraints to missing CI models

What does this MR do and why?

This MR updates the following models with query_constraints which is helpful when updating/deleting records with ActiveRecord:

  • Ci::PipelineVariable
  • Ci::JobAnnotation
  • Ci::RunnerManagerBuild
  • Ci::BuildName

Merge request reports