ai_sandbox/sqitch/verify/recipe-schema.sql

8 lines
117 B
MySQL
Raw Normal View History

2024-02-16 00:30:19 -05:00
-- Verify rsugest:recipe-schema on pg
BEGIN;
SELECT pg_catalog.has_schema_privilege('recipe', 'usage');
ROLLBACK;