//! Legacy missing-table adaptation facade for `/debug/schema`.
//!
//! This module preserves a stable import surface while splitting legacy
//! missing-table compatibility concerns by domain:
//! - `debug_legacy_missing_tables_contracts`
//! - `debug_legacy_missing_tables_builder`
pub(super) use super::debug_legacy_missing_tables_builder::build_logging_schema_debug_legacy_missing_tables;