Skip to content
Snippets Groups Projects
Commit d5549746 authored by Lorenz Zahn's avatar Lorenz Zahn
Browse files

bug: UNION fixed to UNION ALL

parent bb0513a9
Branches
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ class EvaluationView(AccountantRequiredMixin, FormView):
hours \
FROM assignments JOIN vkk_workhours \
ON assignments.assignment_id = vkk_workhours.project_assignment_id \
UNION \
UNION ALL \
SELECT \
project_id, \
project_start, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment