Commit 8f4b6e2e authored by Yorick Peterse's avatar Yorick Peterse

Merge branch 'sh-fix-schema-closed-at' into 'master'

issues.closed_at should be datetime_with_timezone

Closes gitlab-qa#176

See merge request gitlab-org/gitlab-ee!4370
parents 83807c1f 7c358449
......@@ -1214,7 +1214,7 @@ ActiveRecord::Schema.define(version: 20180201145907) do
t.datetime "last_edited_at"
t.integer "last_edited_by_id"
t.boolean "discussion_locked"
t.datetime "closed_at"
t.datetime_with_timezone "closed_at"
end
add_index "issues", ["author_id"], name: "index_issues_on_author_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