Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Merge pull request #263 from CampusDual/develop
Browse files Browse the repository at this point in the history
repare tutors bootcamp
  • Loading branch information
juanjo-alvarez authored Jan 15, 2025
2 parents ef5169e + d63ac69 commit 023fa35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
tutor_bootcamp tb on t.id = tb.tutor_id
inner join
bootcamps b on tb.bootcamp_id = b.id
inner join
left join
tutors_type tt on tb.tutor_type = tt.id
left join
bootcamp_status bs on bs.id=b.id
Expand Down Expand Up @@ -66,7 +66,7 @@
left join ${mainschema}.usr_user uu ON t.user_id = uu.usr_id
inner join
bootcamps b on tb.bootcamp_id = b.id
inner join
left join
tutors_type tt on tb.tutor_type = tt.id
join
bootcamp_status bs on bs.id=b.id
Expand Down

0 comments on commit 023fa35

Please sign in to comment.