-- Verify camper:cover_carousel_i18n on pg
begin;
select media_id
, lang_tag
, caption
from camper.cover_carousel_i18n
where false;
rollback;