Fix #23096 : add missing ip column on tables

This commit is contained in:
hystepik
2022-12-08 10:33:44 +01:00
parent c110bffaec
commit 2242f89e19
5 changed files with 6 additions and 0 deletions

View File

@@ -80,6 +80,8 @@ create table llx_actioncomm
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, ...)
ip varchar(250), --ip used to create record (for public submission page)
import_key varchar(14),
extraparams varchar(255) -- for other parameters with json format
)ENGINE=innodb;