diff --git a/misc/dashboard/codereview/dashboard/cl.go b/misc/dashboard/codereview/dashboard/cl.go index 181d2e40fe..c9cee24527 100644 --- a/misc/dashboard/codereview/dashboard/cl.go +++ b/misc/dashboard/codereview/dashboard/cl.go @@ -49,6 +49,7 @@ type CL struct { FirstLine string `datastore:",noindex"` LGTMs []string NotLGTMs []string + LastUpdate string // Mail information. Subject string `datastore:",noindex"`