summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-09-02 13:00:56 +0000
committerLin Jen-Shin <godfat@godfat.org>2016-09-02 13:01:08 +0000
commit1ccb578ec89df5d69c997920fd512a1db44e309d (patch)
treee42d63bb789dc3e496d5d4c55b9c4487c86fb5bb
parent245103e888d5db53ac60776e2a63509f73d89d8c (diff)
downloadgitlab-ce-1ccb578ec89df5d69c997920fd512a1db44e309d.tar.gz
Update schema for pending_duration
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index af6e74a4e25..f57c4149e6c 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -210,6 +210,7 @@ ActiveRecord::Schema.define(version: 20160831223750) do
t.datetime "finished_at"
t.integer "duration"
t.integer "user_id"
+ t.integer "pending_duration"
end
add_index "ci_commits", ["gl_project_id", "sha"], name: "index_ci_commits_on_gl_project_id_and_sha", using: :btree