mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
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,
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user