These are based on the state of the current manually managed database.
7 lines
151 B
PL/PgSQL
7 lines
151 B
PL/PgSQL
-- Verify guix-data-service:buildstatus_enum on pg
|
|
|
|
BEGIN;
|
|
|
|
SELECT pg_catalog.has_type_privilege('guix_data_service.buildstatus', 'usage');
|
|
|
|
ROLLBACK;
|