If you run the below command in rails console then you can get the list of missing uploads.
PostCustomField.where(name: Post::MISSING_UPLOADS)
If you run the below command in rails console then you can get the list of missing uploads.
PostCustomField.where(name: Post::MISSING_UPLOADS)