-- sqlc-only: Declares schemas so sqlc can resolve schema-qualified names. -- This file is NOT a goose migration — it is referenced only by sqlc.yaml files. CREATE SCHEMA IF NOT EXISTS core; CREATE SCHEMA IF NOT EXISTS domains; CREATE SCHEMA IF NOT EXISTS stripe; CREATE SCHEMA IF NOT EXISTS fedwiki;