Skip to content

Commit

Permalink
fix PRt index by pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Nov 1, 2024
1 parent a0abab9 commit caaacac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrades/2024_10_09_032151_populate_case_started.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private function createTemporaryParticipantsTable()
process_requests_temp temp ON pr.process_request_id = temp.id
WHERE
pr.user_id IS NOT NULL
AND prt.element_type = "task"
AND pr.element_type = "task"
) X
GROUP BY case_number');
}
Expand Down

0 comments on commit caaacac

Please sign in to comment.