Commit 358e4c5d authored by Frank Bergmann's avatar Frank Bergmann

-added assigned_id

parent 12ac4744
......@@ -26,6 +26,8 @@ select
t.owner_id,
t.priority,
t.scope,
t.asignee_id,
t.object_id,
to_char(t.due_date, :date_format) as due_date,
to_char(t.posting_date, :date_format) as posting_date,
m.read_p,
......
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