packages feed

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

-- Verify toy-grandfathered:add-shape on pg
BEGIN;

SELECT shape FROM widget WHERE FALSE;

ROLLBACK;