summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-04-24 17:08:43 +0900
committerKamil TrzciƄski <ayufan@ayufan.eu>2018-05-03 10:48:33 +0200
commit3248ca0467a4bd816f281db1b30ca83df2865edd (patch)
tree86c51b4d0f91d68ee7f9359017f1775946443ba8 /db/schema.rb
parent38a5bcd1ccad1a2f80c82f03cd0c5b991af8abdd (diff)
downloadgitlab-ce-3248ca0467a4bd816f281db1b30ca83df2865edd.tar.gz
Add per-project pipeline id
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 10cd1bff125..d4bc075eb2e 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -434,6 +434,7 @@ ActiveRecord::Schema.define(version: 20180425131009) do
t.integer "config_source"
t.boolean "protected"
t.integer "failure_reason"
+ t.integer "iid"
end
add_index "ci_pipelines", ["auto_canceled_by_id"], name: "index_ci_pipelines_on_auto_canceled_by_id", using: :btree