add comment count to mapping
This commit is contained in:
parent
cadfc7b9bd
commit
8b1a32af8d
|
|
@ -50,6 +50,7 @@ class BuildCommand extends Command
|
|||
'groups' => ['type' => 'integer'],
|
||||
'recipient_groups' => ['type' => 'integer'],
|
||||
'recipient_users' => ['type' => 'integer'],
|
||||
'comment_count' => ['type' => 'integer'],
|
||||
]
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue