This commit is contained in:
2026-02-24 07:25:45 +03:00
parent 5da4df2f14
commit 01a700d015
99 changed files with 127 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,7 @@
user_id,lesson_id,course_id,viewed_at
1,2,1,2023-01-16T10:15:00.000+03:00
1,1,1,2023-01-16T10:00:00.000+03:00
4,4,3,2023-04-02T10:00:00.000+03:00
3,3,2,2023-03-06T12:00:00.000+03:00
2,1,1,2023-01-21T09:00:00.000+03:00
4,5,3,2023-04-03T10:00:00.000+03:00
1 user_id lesson_id course_id viewed_at
2 1 2 1 2023-01-16T10:15:00.000+03:00
3 1 1 1 2023-01-16T10:00:00.000+03:00
4 4 4 3 2023-04-02T10:00:00.000+03:00
5 3 3 2 2023-03-06T12:00:00.000+03:00
6 2 1 1 2023-01-21T09:00:00.000+03:00
7 4 5 3 2023-04-03T10:00:00.000+03:00