Commit 9ff71957 authored by Tiago Botelho's avatar Tiago Botelho

Remove leftover <<<HEAD from conflict resolution of schema.db

parent c37b0461
......@@ -1988,7 +1988,6 @@ ActiveRecord::Schema.define(version: 20180503175054) do
end
add_index "project_mirror_data", ["jid"], name: "index_project_mirror_data_on_jid", using: :btree
<<<<<<< HEAD
add_index "project_mirror_data", ["last_successful_update_at"], name: "index_project_mirror_data_on_last_successful_update_at", using: :btree
add_index "project_mirror_data", ["next_execution_timestamp", "retry_count"], name: "index_mirror_data_on_next_execution_and_retry_count", using: :btree
add_index "project_mirror_data", ["project_id"], name: "index_project_mirror_data_on_project_id", unique: true, using: :btree
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment