* NOTE (1)
*
* IMPORTANT! If any new fields are added to any of the the field arrays marked with '** SEE NOTE (1)' you should do the following:-
*
* 1) If adding as an override for e.g a resource type or usergroup, ensure you add the field to
* the $data_joins array in config.php so that the columns are updated when resource data is changed
* by other users or scripts
*
* e.g.
*
* $data_joins[] = 8;
*
* 2) Once you have made the change, ensure that you run pages/tools/fix_resource_field_column.php, passing in the relevant field
* identifier to populate the columns
*
* e.g.
*