Commit d088887
fix(progress): drop bogus tenant_id filter on lesson_completions in student dashboard
lesson_completions has no tenant_id column — same root cause as 264f406.
The standalone query for the dashboard stat was still filtering by it,
returning 0 rows and showing "0 lessons completed" permanently.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e4ee116 commit d088887
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
0 commit comments