packages feed

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

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

ALTER TABLE widget ADD COLUMN IF NOT EXISTS shape TEXT;

COMMIT;