2
0
forked from Wavyzz/dolibarr

Add missing column into llx_extrafield creation

This commit is contained in:
fhenry
2013-03-28 22:13:04 +01:00
parent c2be118efd
commit e745cbb5cf

View File

@@ -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;