add_index"ci_pipelines",["project_id","iid_per_project"],name: "index_ci_pipelines_on_project_id_and_iid_per_project",unique: true,where: "(iid_per_project IS NOT NULL)",using: :btree
add_index"ci_pipelines",["project_id","iid"],name: "index_ci_pipelines_on_project_id_and_iid",unique: true,where: "(iid IS NOT NULL)",using: :btree