Commit 4ad2ec25 authored by Frank Bergmann's avatar Frank Bergmann

- Started migrating reported_units_chache from

  im_timesheet_tasks to im_projects.reported_hours_cache
parent d834b883
...@@ -135,7 +135,7 @@ BEGIN ...@@ -135,7 +135,7 @@ BEGIN
end;' language 'plpgsql'; end;' language 'plpgsql';
-- Delete a single invoice (if we know its ID...) -- Delete a single invoice (if we know its ID...)
create or replace function im_timesheet_invoice__delete (integer) create or replace function im_timesheet_invoice__delete (integer)
returns integer as ' returns integer as '
DECLARE DECLARE
......
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