Commit 403a4d7e authored by Shinya Maeda's avatar Shinya Maeda

Update schema.rb

parent f99ef077
......@@ -303,14 +303,10 @@ ActiveRecord::Schema.define(version: 20170830125940) do
t.integer "auto_canceled_by_id"
t.boolean "retried"
t.integer "stage_id"
<<<<<<< HEAD
t.integer "artifacts_file_store"
t.integer "artifacts_metadata_store"
t.boolean "protected"
=======
t.boolean "protected"
t.integer "failure_reason"
>>>>>>> ce-com/master
end
add_index "ci_builds", ["auto_canceled_by_id"], name: "index_ci_builds_on_auto_canceled_by_id", 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