From 7c76b465bfa5a168b5ecb24eaa3040b78e47e297 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 28 Nov 2023 08:45:16 +1000 Subject: [PATCH] Make CI run again --- zebra-state/src/service/finalized_state.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zebra-state/src/service/finalized_state.rs b/zebra-state/src/service/finalized_state.rs index 8d2c7e794a7..72e575e5e83 100644 --- a/zebra-state/src/service/finalized_state.rs +++ b/zebra-state/src/service/finalized_state.rs @@ -50,6 +50,8 @@ pub use disk_db::ReadDisk; pub use disk_format::MAX_ON_DISK_HEIGHT; /// The column families supported by the running `zebra-state` database code. +/// +/// Existing column families that aren't listed here are preserved when the database is opened. pub const STATE_COLUMN_FAMILIES_IN_CODE: &[&str] = &[ // Blocks "hash_by_height",