sydtest-sqitch-postgres-0.1.0.0: test_resources/toy-sqitch-grandfathered/deploy/init.sql
-- Deploy toy-grandfathered:init to pg
BEGIN;
CREATE TABLE widget (
id SERIAL PRIMARY KEY,
name TEXT NOT NULL
);
COMMIT;
-- Deploy toy-grandfathered:init to pg
BEGIN;
CREATE TABLE widget (
id SERIAL PRIMARY KEY,
name TEXT NOT NULL
);
COMMIT;