packages feed

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

-- Deploy toy-grandfathered:add-color to pg
BEGIN;

ALTER TABLE widget ADD COLUMN IF NOT EXISTS color VARCHAR(7);

COMMIT;