-
Bug
-
Resolution: Fixed
-
Minor
-
3.3
-
None
-
3.3
-
MOODLE_33_STABLE
-
MOODLE_33_STABLE
For 3.3, the field username in the questionnaire_response field is being changed to an integer from a varchar, and renamed to userid to better reflect the reality of the data it represents. Generally this field always contains an integer value, but in some cases, very old data may contain the string "Anonymous". Correct the upgrade steps for this version to include migrating this string to the correct userid value from the questionnaire_attempts table.