-- Verify camper:media_type on pg
begin;
select pg_catalog.has_type_privilege('camper.media_type', 'usage');
rollback;