t.index["id"],name: "index_projects_on_id_partial_for_visibility",unique: true,where: "(visibility_level = ANY (ARRAY[10, 20]))",using: :btree
t.index["id"],name: "index_projects_on_mirror_and_mirror_trigger_builds_both_true",where: "((mirror IS TRUE) AND (mirror_trigger_builds IS TRUE))",using: :btree
=======
t.index["id"],name: "index_projects_on_id_partial_for_visibility",unique: true,where: "(visibility_level = ANY (ARRAY[10, 20]))",using: :btree