packages feed

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

-- Revert toy-non-idempotent:init from pg
BEGIN;

DROP TABLE widget;

COMMIT;