@@ -80,6 +82,8 @@ ActiveRecord::Schema.define(version: 20180412213305) do
...
@@ -80,6 +82,8 @@ ActiveRecord::Schema.define(version: 20180412213305) do
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_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