# These are extensions that must be enabled in order to support this database
enable_extension"plpgsql"
...
...
@@ -2140,6 +2140,7 @@ ActiveRecord::Schema.define(version: 20180626125654) do
add_index"projects",["id"],name: "index_projects_on_id_partial_for_visibility",unique: true,where: "(visibility_level = ANY (ARRAY[10, 20]))",using: :btree
add_index"projects",["id"],name: "index_projects_on_mirror_and_mirror_trigger_builds_both_true",where: "((mirror IS TRUE) AND (mirror_trigger_builds IS TRUE))",using: :btree
add_index"projects",["last_repository_check_at"],name: "index_projects_on_last_repository_check_at",where: "(last_repository_check_at IS NOT NULL)",using: :btree