Commit c8b35d76 authored by Frank Bergmann's avatar Frank Bergmann

-- missing comma

parent 9d9f3c96
......@@ -90,7 +90,7 @@ create table im_timesheet_invoices (
constraint im_timesheet_invoices_pk
primary key
constraint im_timesheet_invoices_fk
references im_invoices
references im_invoices,
-- Start and end date of invoicing period
invoice_period_start timestamptz,
invoice_period_end timestamptz
......
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