leetify-data/sqitch/verify/data-schema.sql

8 lines
120 B
MySQL
Raw Permalink Normal View History

2024-01-24 23:13:31 -05:00
-- Verify leetify-data:data-schema on pg
BEGIN;
SELECT pg_catalog.has_schema_privilege('data', 'usage');
ROLLBACK;