Need to remove published_type, published_relation, published_value and published_units from Activities model and web service as they will be removed in the database.
They have been replaced by type, relation, value and units fields (already added to the output).
If we want to also keep the old 'published' field names in the web service output for compatibility we should make sure they are taking data from the type/relation/value/units fields in the database rather than querying the old columns.
Need to remove published_type, published_relation, published_value and published_units from Activities model and web service as they will be removed in the database.
They have been replaced by type, relation, value and units fields (already added to the output).
If we want to also keep the old 'published' field names in the web service output for compatibility we should make sure they are taking data from the type/relation/value/units fields in the database rather than querying the old columns.