summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-08-25 11:55:07 +0530
committerTimothy Andrew <mail@timothyandrew.net>2016-08-26 16:28:20 +0530
commit14d6317ebc756ee6b27a3a8cd39927238f6d757c (patch)
tree740864ad89ca36b966a05b148c0690e5b4a5c868 /db/schema.rb
parent487906b3861068a8f81125814f919a07bfab8469 (diff)
downloadgitlab-ce-14d6317ebc756ee6b27a3a8cd39927238f6d757c.tar.gz
Add the "Review" cycle analytics section.
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index e2004dcd4bc..2daa78ad1e1 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -609,6 +609,8 @@ ActiveRecord::Schema.define(version: 20160825052008) do
t.integer "merge_request_id", null: false
t.datetime "wip_flag_first_removed_at"
t.datetime "first_assigned_to_user_other_than_author"
+ t.datetime "merged_at"
+ t.datetime "first_closed_at"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end