From 47486cf0455186a12ef1b67a36c0db94a84af522 Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Thu, 17 Oct 2024 11:04:40 -0400 Subject: [PATCH] fix: fix --- models/video/watched_video_duration.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/video/watched_video_duration.sql b/models/video/watched_video_duration.sql index cf00f65d..33057041 100644 --- a/models/video/watched_video_duration.sql +++ b/models/video/watched_video_duration.sql @@ -94,7 +94,7 @@ with group by org, course_key ) select - org, + course_data.org as org, course_data.course_key as course_key, range.actor_id as actor_id, video_duration,