-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.5
-
None
-
MOODLE_405_STABLE
See the following fields (each of which are foreign keys) that define themselves as nullable:
- customfield_category.contextid;
customfield_field.categoryid- this can be ignored, handlers may not support categories;- customfield_data.contextid
Investigate whether they should be nullable or not. In the first case (the customfield_category table) - ensure we cleanup any currently null data that may exist
Found while looking at MDL-83094