Skip to content
Snippets Groups Projects
Commit 2c8f2f22 authored by Oziel AO's avatar Oziel AO Committed by GitHub
Browse files

an extra comma at the end

  note             text
not
  note             text,
parent 5e5ce004
No related branches found
No related tags found
No related merge requests found
......@@ -29,5 +29,5 @@ create table llx_projet_task_time
invoice_id integer DEFAULT NULL, -- If we need to invoice each line of timespent, we can save invoice id here
invoice_line_id integer DEFAULT NULL, -- If we need to invoice each line of timespent, we can save invoice line id here
import_key varchar(14), -- Import key
note text,
note text
)ENGINE=innodb;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment