DROP INDEX IF EXISTS idx_photo_insights_content_hash; ALTER TABLE photo_insights DROP COLUMN content_hash; DROP INDEX IF EXISTS idx_tagged_photo_content_hash; ALTER TABLE tagged_photo DROP COLUMN content_hash;