add_index"project_registry",["project_id"],name: "idx_project_registry_on_repo_checksums_and_failure_partial",where: "((repository_verification_checksum_sha IS NULL) AND (last_repository_verification_failure IS NULL))",using: :btree
add_index"project_registry",["project_id"],name: "idx_project_registry_on_repository_failure_partial",where: "(last_repository_verification_failure IS NOT NULL)",using: :btree
add_index"project_registry",["project_id"],name: "idx_project_registry_on_repository_failure_partial",where: "(last_repository_verification_failure IS NOT NULL)",using: :btree
add_index"project_registry",["project_id"],name: "idx_project_registry_on_wiki_checksums_and_failure_partial",where: "((wiki_verification_checksum_sha IS NULL) AND (last_wiki_verification_failure IS NULL))",using: :btree
add_index"project_registry",["project_id"],name: "idx_project_registry_on_wiki_failure_partial",where: "(last_wiki_verification_failure IS NOT NULL)",using: :btree
add_index"project_registry",["project_id"],name: "idx_project_registry_on_wiki_failure_partial",where: "(last_wiki_verification_failure IS NOT NULL)",using: :btree