From 2b02ef803b7fb0ccdf4c8ccfb06699b3b74560b0 Mon Sep 17 00:00:00 2001 From: Fahad Khalid <79192414+FahadKhalid210@users.noreply.github.com> Date: Mon, 6 May 2024 11:05:35 +0500 Subject: [PATCH] Update 0012_modify_course_enrollments.sql --- .../clickhouse/migrations.d/0012_modify_course_enrollments.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;