mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
add column into table inst
This commit is contained in:
parent
aa64b9c524
commit
e87fb1c0dc
|
|
@ -24,6 +24,7 @@ create table llx_projet_task_time
|
|||
task_datehour datetime, -- day + hour
|
||||
task_date_withhour integer DEFAULT 0, -- 0 by default, 1 if date was entered with start hour
|
||||
task_duration double,
|
||||
fk_product integer NULL,
|
||||
fk_user integer,
|
||||
thm double(24,8),
|
||||
invoice_id integer DEFAULT NULL, -- If we need to invoice each line of timespent, we can save invoice id here
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user