codex: address PR review feedback (#17380)

This commit is contained in:
Eric Traut
2026-04-12 08:41:52 -07:00
parent c2b92ccf40
commit 668325efde

View File

@@ -65,7 +65,7 @@ pub const SQLITE_HOME_ENV: &str = "CODEX_SQLITE_HOME";
pub const LOGS_DB_FILENAME: &str = "logs";
pub const LOGS_DB_VERSION: u32 = 2;
pub const STATE_DB_FILENAME: &str = "state";
pub const STATE_DB_VERSION: u32 = 6;
pub const STATE_DB_VERSION: u32 = 5;
/// Errors encountered during DB operations. Tags: [stage]
pub const DB_ERROR_METRIC: &str = "codex.db.error";