add comment count to mapping

This commit is contained in:
Daniël Klabbers 2021-11-11 21:46:17 +01:00
parent cadfc7b9bd
commit 8b1a32af8d
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class BuildCommand extends Command
'groups' => ['type' => 'integer'], 'groups' => ['type' => 'integer'],
'recipient_groups' => ['type' => 'integer'], 'recipient_groups' => ['type' => 'integer'],
'recipient_users' => ['type' => 'integer'], 'recipient_users' => ['type' => 'integer'],
'comment_count' => ['type' => 'integer'],
] ]
]; ];