Commit 1ccb578e authored by Lin Jen-Shin's avatar Lin Jen-Shin

Update schema for pending_duration

parent 245103e8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment