migration reorg basically done
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user