Skip to content

Commit

Permalink
fix: use section_id for section problem engagement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed May 15, 2024
1 parent 1aeb694 commit 1ef95cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/problems/section_problem_engagement.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schema=env_var("ASPECTS_XAPI_DATABASE", "xapi"),
engine=get_engine("ReplacingMergeTree()"),
primary_key="(org, course_key, course_run)",
order_by="(org, course_key, course_run, subsection_block_id, content_level, actor_id)",
order_by="(org, course_key, course_run, section_block_id, content_level, actor_id)",
)
}}

Expand Down

0 comments on commit 1ef95cc

Please sign in to comment.