packages feed

shomei-migrations-0.2.0.0: migrations/shomei/0001-shomei-schema.sql

-- Create the dedicated Shōmei namespace. Idempotent.
SET LOCAL search_path = pg_catalog, pg_temp;

CREATE SCHEMA IF NOT EXISTS shomei;