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