Code comment
This commit is contained in:
parent
3738dae38d
commit
e7adae13ca
@ -68,8 +68,8 @@ create table llx_actioncomm
|
||||
recurrule varchar(128), -- contains string with ical format recurring rule like "FREQ=MONTHLY;INTERVAL=2;BYMONTHDAY=19" or "FREQ=WEEKLY;BYDAY=MO"
|
||||
recurdateend datetime,
|
||||
|
||||
fk_element integer DEFAULT NULL,
|
||||
elementtype varchar(255) DEFAULT NULL
|
||||
fk_element integer DEFAULT NULL, -- For link to an element (proposal, invoice, order, ...)
|
||||
elementtype varchar(255) DEFAULT NULL -- For link to an element (proposal, invoice, order, ...)
|
||||
|
||||
)ENGINE=innodb;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user