Skip to content
Snippets Groups Projects
Commit e7adae13 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Code comment

parent 3738dae3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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