Add missing column into llx_extrafield creation
This commit is contained in:
parent
c2be118efd
commit
e745cbb5cf
@ -29,5 +29,6 @@ create table llx_extrafields
|
|||||||
size varchar(8) DEFAULT NULL,
|
size varchar(8) DEFAULT NULL,
|
||||||
fieldunique integer DEFAULT 0,
|
fieldunique integer DEFAULT 0,
|
||||||
fieldrequired integer DEFAULT 0,
|
fieldrequired integer DEFAULT 0,
|
||||||
pos integer DEFAULT 0
|
pos integer DEFAULT 0,
|
||||||
|
param text
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user