Index: branches/RC/core/units/user_profile/user_profile_config.php =================================================================== diff -u -N -r10024 -r10562 --- branches/RC/core/units/user_profile/user_profile_config.php (.../user_profile_config.php) (revision 10024) +++ branches/RC/core/units/user_profile/user_profile_config.php (.../user_profile_config.php) (revision 10562) @@ -27,6 +27,7 @@ 'ItemSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s',), 'Fields' => Array ( + 'VariableId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'PortalUserId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'VariableName' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'VariableValue' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''),