Update schema for pending_duration

This commit is contained in:
Lin Jen-Shin 2016-09-02 13:00:56 +00:00
parent 245103e888
commit 1ccb578ec8
1 changed files with 1 additions and 0 deletions

View File

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