Commit fe13f735 authored by Frank Bergmann's avatar Frank Bergmann

Fixed issue with new PostgreSQL doing a conversion from 'unknown' to 'text'

parent a7636ba3
......@@ -286,7 +286,7 @@ if {$aggregate_tasks_p} {
sum(t.units_in_interval) as interval_sum,
sum(t.unbilled_units) as unbilled_sum,
parent.project_id as project_id,
'' as outline_nr,
''::varchar as outline_nr,
parent.project_id as task_id,
im_material_name_from_id(t.task_material_id) || ' - ' || im_category_from_id(t.task_type_id) as task_name,
t.task_type_id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment