----------------
- Added ImageAttachment and FileAttachment blob content migrators and
migration view (simple-attachment-migration)
[petschki]
- Removed transform cache from file attachment, but leave cache invalidation
in place. Reducing the size of the Data.fs is important.
[hannosch]
- Removed the `SimpleAttachment` spelling of the GenericSetup profile. Use
`profile-Products.SimpleAttachment:default` instead.
[hannosch]
- Removed the CachingFileField and relevant FileAttachments patches. We do not
want to store annotations any longer.
[ggozad]
- Use blob fields for FileAttachment and ImageAttachment
[ggozad]