-- SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial -- SPDX-FileCopyrightText: 2025-2026 Christian Galo -- 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;