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