Skip to content
Snippets Groups Projects
Commit 4e4ee368 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Remove unique index not added in a migration from schema

parent 9b73f14d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -451,7 +451,6 @@ ActiveRecord::Schema.define(version: 20180125111139) do
end
 
add_index "ci_stages", ["pipeline_id", "name"], name: "index_ci_stages_on_pipeline_id_and_name", unique: true, using: :btree
add_index "ci_stages", ["pipeline_id", "name"], name: "index_ci_stages_on_pipeline_id_and_name_unique", unique: true, using: :btree
add_index "ci_stages", ["pipeline_id"], name: "index_ci_stages_on_pipeline_id", using: :btree
add_index "ci_stages", ["project_id"], name: "index_ci_stages_on_project_id", using: :btree
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment