changeset 8:ff9c0c788382

sync
author cin
date Fri, 04 Sep 2015 19:42:15 +0300
parents 29309bc8d932
children cc7244ab1b9f
files lib/Benzin/Bugzilla/BugComment.pm
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Benzin/Bugzilla/BugComment.pm	Fri Sep 04 19:41:28 2015 +0300
+++ b/lib/Benzin/Bugzilla/BugComment.pm	Fri Sep 04 19:42:15 2015 +0300
@@ -6,6 +6,14 @@
 BEGIN {
     @fields = qw(
       id
+      bug_id
+      attachment_id
+      count
+      text
+      creator
+      creation_time
+      is_private
+      is_markdown
     );
 }