From 1ccb578ec89df5d69c997920fd512a1db44e309d Mon Sep 17 00:00:00 2001
From: Lin Jen-Shin <godfat@godfat.org>
Date: Fri, 2 Sep 2016 13:00:56 +0000
Subject: [PATCH] Update schema for pending_duration

---
 db/schema.rb | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.30.9