ai_sandbox/sqitch/deploy/recipe-schema.sql

8 lines
78 B
PL/PgSQL

-- Deploy rsugest:recipe-schema to pg
BEGIN;
CREATE SCHEMA recipe;
COMMIT;