mirror of
https://github.com/openai/codex.git
synced 2026-04-30 03:12:20 +03:00
nit: add DB version is discrepancy recording (#10762)
This commit is contained in:
@@ -38,7 +38,7 @@ use std::time::Duration;
|
||||
use tracing::warn;
|
||||
|
||||
pub const STATE_DB_FILENAME: &str = "state";
|
||||
pub const STATE_DB_VERSION: u32 = 2;
|
||||
pub const STATE_DB_VERSION: u32 = 3;
|
||||
|
||||
const METRIC_DB_INIT: &str = "codex.db.init";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user