Skip to content
Snippets Groups Projects
Commit 9711b344 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Move config_source earlier

parent 92e8ad52
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -393,9 +393,9 @@ ActiveRecord::Schema.define(version: 20171124150326) do
t.integer "auto_canceled_by_id"
t.integer "pipeline_schedule_id"
t.integer "source"
t.integer "config_source"
t.boolean "protected"
t.integer "failure_reason"
t.integer "config_source"
end
 
add_index "ci_pipelines", ["auto_canceled_by_id"], name: "index_ci_pipelines_on_auto_canceled_by_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