Skip to content

Commit fc53211

Browse files
authored
fix: report aggregate by column (#670)
1 parent ab5331b commit fc53211

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/Reports/Queries/Child/C31.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ public static function dateColumn(string $type): string
2828
return 'community_activities.created_at';
2929
}
3030

31+
public static function aggregateByColumn(): string
32+
{
33+
return 'community_activities.id';
34+
}
35+
3136
public static function includeLatestBeforeRange(): bool
3237
{
3338
return false;

0 commit comments

Comments
 (0)