Test database schema stability (#7669)

This PR implements some heuristics to check for breaking database changes. The goal is to prevent accidental changes to the database schema occurring without a version bump.
This commit is contained in:
Michael Sproul
2025-06-30 20:55:47 +10:00
committed by GitHub
parent 25ea8a83b7
commit c1f94d9b7b
4 changed files with 157 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ pub mod observed_block_producers;
pub mod observed_data_sidecars;
pub mod observed_operations;
mod observed_slashable;
mod persisted_beacon_chain;
pub mod persisted_beacon_chain;
pub mod persisted_custody;
mod persisted_fork_choice;
mod pre_finalization_cache;