Set current schema version to v12

This commit is contained in:
Michael Sproul
2022-08-03 13:00:35 +10:00
parent 8c7f0a44a5
commit ce3d8b3591

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