packages feed

sydtest-sqitch-postgres-persistent-0.1.0.0: test_resources/toy-sqitch-ok/revert/init.sql

-- Revert toy-ok:init from pg
BEGIN;

DROP TABLE IF EXISTS widget;

COMMIT;