Skip to content

Commit 8ea30e7

Browse files
author
Torben
committed
🐛 Fix faulty columns
1 parent 95e90de commit 8ea30e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

matrix42/active_agents.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ RankedRolesPerInteraction AS (
155155
*/
156156
SELECT
157157
CAST(InteractionDate AS date) AS [Date],
158-
Creator,
158+
Creator AS UserId,
159159
RoleId,
160-
COUNT(*) AS InteractionCount
160+
COUNT(*) AS JournalInteractions
161161
FROM
162162
RankedRolesPerInteraction
163163
WHERE

0 commit comments

Comments
 (0)