Commit 593660e2 authored by Frank Bergmann's avatar Frank Bergmann

- adde cost_center_id to im_timesheet_tasks. This field was missing

  and gave an error during PC install from scratch
parent c18cb751
......@@ -47,6 +47,9 @@ create table im_timesheet_tasks (
reported_units_cache float,
-- link this task to an invoice in order to
-- make sure it is invoiced.
cost_center_id integer
constraint im_timesheet_tasks_cost_center_fk
references im_cost_centers,
invoice_id integer
constraint im_timesheet_tasks_invoice_fk
references im_costs,
......
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