nit: upgrade DB version (#11581)

This commit is contained in:
jif-oai
2026-02-12 13:16:28 +00:00
committed by GitHub
Unverified
parent 19ab038488
commit 2a409ca67c
2 changed files with 9 additions and 9 deletions
+4 -2
View File
@@ -35,11 +35,13 @@ pub use model::Stage1StartupClaimParams;
pub use model::ThreadMetadata;
pub use model::ThreadMetadataBuilder;
pub use model::ThreadsPage;
pub use runtime::STATE_DB_FILENAME;
pub use runtime::STATE_DB_VERSION;
pub use runtime::state_db_filename;
pub use runtime::state_db_path;
pub const STATE_DB_FILENAME: &str = "state";
pub const STATE_DB_VERSION: u32 = 5;
const METRIC_DB_INIT: &str = "codex.db.init";
/// Errors encountered during DB operations. Tags: [stage]
pub const DB_ERROR_METRIC: &str = "codex.db.error";
/// Metrics on backfill process. Tags: [status]