Commit d7432dca authored by Robert Speicher's avatar Robert Speicher

Resolve conflict in db/schema.rb

[ci skip]
parent a878a2cf
...@@ -426,11 +426,8 @@ ActiveRecord::Schema.define(version: 20180305144721) do ...@@ -426,11 +426,8 @@ ActiveRecord::Schema.define(version: 20180305144721) do
t.datetime_with_timezone "updated_at", null: false t.datetime_with_timezone "updated_at", null: false
t.datetime_with_timezone "expire_at" t.datetime_with_timezone "expire_at"
t.string "file" t.string "file"
<<<<<<< HEAD
t.integer "file_store" t.integer "file_store"
=======
t.binary "file_sha256" t.binary "file_sha256"
>>>>>>> upstream/master
end end
add_index "ci_job_artifacts", ["expire_at", "job_id"], name: "index_ci_job_artifacts_on_expire_at_and_job_id", using: :btree add_index "ci_job_artifacts", ["expire_at", "job_id"], name: "index_ci_job_artifacts_on_expire_at_and_job_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