revert schizo

This commit is contained in:
lda
2026-04-15 11:29:46 +07:00 Unverified
parent c450e297c8
commit 150588d834
2 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ pub struct Store {
agent_meta: sled::Tree,
audit_events: sled::Tree,
active_alerts: sled::Tree,
alert_transitions: sled::Tree, // Where are them Types!
alert_transitions: sled::Tree, // Where are them Types!
}
const SCHEMA_VERSION_KEY: &[u8] = b"schema_version";