summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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