Commit b043b0da authored by root's avatar root

- Removed debugging call to procedures

parent 783e662c
......@@ -87,10 +87,3 @@ END;$body$ language 'plpgsql';
-- select im_resource_mgmt_work_days(55807, '2020-10-01', '2020-10-31');
-- select im_resource_mgmt_work_days_cosine(55807, '2020-10-01', '2020-10-31');
-- select im_resource_mgmt_absence_days(55807, '2020-10-01', '2020-10-31');
select im_resource_mgmt_absence_days(55807, '2020-10-01', '2020-11-01');
select im_resource_mgmt_work_days(55807, '2020-09-07', '2020-10-09');
select sum(unnest) / 100.0 from unnest(im_resource_mgmt_work_days(55807, '2020-09-07', '2020-10-09'));
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