add: User profile data table is now a flat table.
This commit is contained in:
parent
8590ef89d5
commit
07a40788bb
41 changed files with 493 additions and 164 deletions
|
|
@ -68,18 +68,21 @@ sub definition {
|
|||
push(@{$definition}, {
|
||||
formName=>{
|
||||
defaultValue=>$i18n->get("484"),
|
||||
},
|
||||
},
|
||||
multiple=>{
|
||||
defaultValue=>1
|
||||
},
|
||||
},
|
||||
size=>{
|
||||
defaultValue=>5
|
||||
},
|
||||
},
|
||||
profileEnabled=>{
|
||||
defaultValue=>1
|
||||
},
|
||||
});
|
||||
return $class->SUPER::definition($session, $definition);
|
||||
},
|
||||
dbDataType => {
|
||||
defaultValue => "LONGTEXT",
|
||||
},
|
||||
});
|
||||
return $class->SUPER::definition($session, $definition);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue