You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/main/java/com/objectcomputing/checkins/services/volunteering/VolunteeringRelationshipRepository.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ JOIN volunteering_organization AS org USING(organization_id)
21
21
AND rel.member_id = :memberId
22
22
AND (rel.is_active = TRUE OR :includeDeactivated = TRUE)
23
23
AND (org.is_active = TRUE OR :includeDeactivated = TRUE)
24
-
ORDER BY rel.start_date, org.name""", nativeQuery = true)
0 commit comments