chembl / chembl_webservices_2

Source code of the ChEMBL web services.
https://www.ebi.ac.uk/chembl/ws
Other
16 stars 3 forks source link

Remove published fields from activities #164

Open agaulton opened 5 years ago

agaulton commented 5 years ago

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.