openverse-api
openverse-api copied to clipboard
Rename `nsfw_reports` to `nsfw_reports_image`
Problem
We presently have the image report table named nsfw_reports and the same table for audio named nsfw_reports_audio. We should rename the former to nsfw_reports_image to make the tables consistent. This will also allow us to generate these tables with interpolation (vis-a-vis WordPress/openverse-catalog#513)
Additional context
Implementation
- [ ] 🙋 I would be interested in implementing this feature.