Commit 7c358449 authored by Stan Hu's avatar Stan Hu

issues.closed_at should be datetime_with_timezone

CE has this type right, but somehow EE lost this change.

Closes gitlab-org/gitlab-qa#176
parent 3ea5015f
......@@ -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