diff --git a/beacon_node/store/src/metadata.rs b/beacon_node/store/src/metadata.rs index 8d99583895..7865df3cde 100644 --- a/beacon_node/store/src/metadata.rs +++ b/beacon_node/store/src/metadata.rs @@ -4,7 +4,7 @@ use ssz::{Decode, Encode}; use ssz_derive::{Decode, Encode}; use types::{Checkpoint, Hash256, Slot}; -pub const CURRENT_SCHEMA_VERSION: SchemaVersion = SchemaVersion(23); +pub const CURRENT_SCHEMA_VERSION: SchemaVersion = SchemaVersion(24); // All the keys that get stored under the `BeaconMeta` column. //