diff --git a/tutorcairn/templates/cairn/apps/clickhouse/migrations.d/0012_modify_course_enrollments.sql b/tutorcairn/templates/cairn/apps/clickhouse/migrations.d/0012_modify_course_enrollments.sql index 2552c17..75cc839 100644 --- a/tutorcairn/templates/cairn/apps/clickhouse/migrations.d/0012_modify_course_enrollments.sql +++ b/tutorcairn/templates/cairn/apps/clickhouse/migrations.d/0012_modify_course_enrollments.sql @@ -20,4 +20,4 @@ SELECT openedx_user_profiles.country AS user_country FROM openedx_course_enrollments INNER JOIN openedx_user_profiles ON openedx_course_enrollments.user_id = openedx_user_profiles.user_id -INNER JOIN openedx_users ON openedx_course_enrollments.user_id = openedx_users.id; \ No newline at end of file +INNER JOIN openedx_users ON openedx_course_enrollments.user_id = openedx_users.id;