Skip to content

Commit

Permalink
add fields for resource tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
PeartreeG committed Jan 31, 2016
1 parent 1fbfdbf commit f6dc475
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/install/mysql/tables/llx_element_resources.sql
Expand Up @@ -26,6 +26,10 @@ CREATE TABLE llx_element_resources
resource_type varchar(64), -- resource or user
busy integer,
mandatory integer,
dateo date, -- date start of using ressource
datee date, -- date end of using ressource
datet date, -- date terminaison of using ressource
duree real, -- total duration of using ressource
fk_user_create integer,
tms timestamp
)ENGINE=innodb;

0 comments on commit f6dc475

Please sign in to comment.