summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-12-05 12:06:34 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2017-12-05 12:06:47 +0100
commit9711b34491d5cfd6eb2bf379f43dbbcd629a572c (patch)
treebffae533fd0554c9d689d029151c1b1e5b551c06
parent92e8ad5247e2e2c8b6488327c9818e2d83f3a881 (diff)
downloadgitlab-ce-9711b34491d5cfd6eb2bf379f43dbbcd629a572c.tar.gz
Move config_source earlier
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index da3894c2076..8e5bcc8b51d 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -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