diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-12-05 12:06:34 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-12-05 12:06:47 +0100 |
commit | 9711b34491d5cfd6eb2bf379f43dbbcd629a572c (patch) | |
tree | bffae533fd0554c9d689d029151c1b1e5b551c06 /db | |
parent | 92e8ad5247e2e2c8b6488327c9818e2d83f3a881 (diff) | |
download | gitlab-ce-9711b34491d5cfd6eb2bf379f43dbbcd629a572c.tar.gz |
Move config_source earlier
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.rb | 2 |
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 |