packages feed

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

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

DROP TABLE IF EXISTS widget;

COMMIT;