fixing bugs
This commit is contained in:
parent
a20aa5f587
commit
bfffdae8a9
4 changed files with 12 additions and 31 deletions
|
|
@ -36,7 +36,7 @@ sub updateProfileSystem {
|
|||
WebGUI::SQL->write("alter table userProfileField change fieldLabel label varchar(255) not null default 'Undefined'");
|
||||
WebGUI::SQL->write("alter table userProfileField change dataType fieldType varchar(128) not null default 'text'");
|
||||
WebGUI::SQL->write("alter table userProfileField change dataValues possibleValues text");
|
||||
WebGUI::SQL->write("alter table userProfileField change dataDefault defaultValues text");
|
||||
WebGUI::SQL->write("alter table userProfileField change dataDefault defaultValue text");
|
||||
WebGUI::SQL->write("alter table userProfileCategory change categoryName label varchar(255) not null default 'Undefined'");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue