2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/verify/appschema.sql
Christopher Baines d69f77d59e Add some initial Sqitch migrations
These are based on the state of the current manually managed database.
2019-04-14 10:06:13 +01:00

8 lines
134 B
PL/PgSQL

-- Verify guix-data-service:appschema on pg
BEGIN;
SELECT pg_catalog.has_schema_privilege('guix_data_service', 'usage');
ROLLBACK;