Do not add metadata to bytea field data
Our policy in Chemistry for binary data is that bytea columns should contain only the contents of the file being stored, and any metadata required about what sort of file it contains is stored elsewhere, eg another column alongside or else there is a convention for the bytea column.
This updates the code that uploads changed bytea fields to no longer add metadata.