Does anyone see a reason we can't add filearchive table to the public databases?
Filearchive lists deleted images.
If we suppress the following columns: fa_size fa_width fa_height fa_metadata
fa_bits fa_media_type fa_major_mime fa_minor_mime fa_description
the only piece of data it will disclose which isn't already public is the cryptographic hash of the file content (fa_storage_key). This data is already available through the UI to admins.
I'd like to put up a tool that lets users find deleted images by their content hash. This would also require carrying an index on fa_storage_key. The tool would be used by the automated upload scanning IRC bots to flag bit identical duplicates of previously deleted uploads.