migration reorg basically done

This commit is contained in:
2026-02-05 16:56:45 -06:00
parent 343488b3eb
commit c62f41669d
33 changed files with 1569 additions and 355 deletions

View File

@@ -795,14 +795,7 @@ impl Database {
Self::validate_schema_name(&schema)?;
// Log prominently
if schema != "attune" {
tracing::warn!(
"Using non-standard schema: {}. Production should use 'attune'",
schema
);
} else {
tracing::info!("Using production schema: {}", schema);
}
tracing::info!("Using schema: {}", schema);
// ... rest of implementation
}
@@ -1696,4 +1689,4 @@ All deliverables completed and verified:
**Document Version:** 1.0
**Last Updated:** 2026-01-28
**Plan Status:** Ready for execution
**Next Review:** After Phase 3 completion
**Next Review:** After Phase 3 completion