packages feed

sydtest-sqitch-postgres-0.1.0.0: test_resources/toy-sqitch-non-idempotent/verify/init.sql

-- Verify toy-non-idempotent:init on pg
BEGIN;

SELECT id, name FROM widget WHERE FALSE;

ROLLBACK;