packages feed

sydtest-sqitch-postgres-persistent-0.1.0.0: test_resources/toy-sqitch-index-drift/verify/init.sql

-- Verify toy-index-drift:init on pg
BEGIN;

SELECT id, name, color FROM widget WHERE FALSE;

ROLLBACK;