8 lines
122 B
MySQL
8 lines
122 B
MySQL
|
-- Verify camper:media_type on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select pg_catalog.has_type_privilege('camper.media_type', 'usage');
|
||
|
|
||
|
rollback;
|