packages feed

sydtest-sqitch-postgres-0.1.0.0: test_resources/toy-sqitch-grandfathered/revert/add-color.sql

-- Revert toy-grandfathered:add-color from pg
BEGIN;

ALTER TABLE widget DROP COLUMN IF EXISTS color;

COMMIT;