Implement DB upgrade

This commit is contained in:
Michael Sproul
2024-06-06 18:41:32 +10:00
parent 30f1d62406
commit 91dd2c1cbf
4 changed files with 62 additions and 4 deletions

View File

@@ -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(20);
pub const CURRENT_SCHEMA_VERSION: SchemaVersion = SchemaVersion(21);
// All the keys that get stored under the `BeaconMeta` column.
//