Fix #2899: Reintroduce missing field
This commit is contained in:
parent
0de3f8ac98
commit
3f2b543ae4
@ -40,7 +40,8 @@ create table llx_actioncomm
|
||||
fk_soc integer,
|
||||
fk_contact integer,
|
||||
fk_parent integer NOT NULL default 0,
|
||||
fk_user_action integer, -- user id of owner of action (note that assigned users to event are store into another table)
|
||||
fk_user_action integer, -- user id of owner of action (note that assigned users to event are store into another table)
|
||||
fk_user_done integer, -- user id of user that has made action (deprecated)
|
||||
|
||||
transparency integer, -- transparency (ical standard). used to say if user assigned to event are busy or not by event. This field may be deprecated if we want to store transparency for each assigned user, so into table llx_actioncomm_resources.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user