-- 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 identity; CREATE SCHEMA IF NOT EXISTS organization; CREATE SCHEMA IF NOT EXISTS entitlements; CREATE SCHEMA IF NOT EXISTS billing; CREATE SCHEMA IF NOT EXISTS cooperative; CREATE SCHEMA IF NOT EXISTS audit; CREATE SCHEMA IF NOT EXISTS integration; CREATE SCHEMA IF NOT EXISTS stripe; CREATE SCHEMA IF NOT EXISTS fedwiki;