Add some initial Sqitch migrations

These are based on the state of the current manually managed database.
This commit is contained in:
Christopher Baines 2019-04-14 10:06:13 +01:00
parent 70faad0437
commit d69f77d59e
10 changed files with 485 additions and 0 deletions

View file

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