Skip to content

Commit 06448d3

Browse files
committed
lol oops
1 parent 087dd89 commit 06448d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/db-model/src/schema_versions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static KNOWN_VERSIONS: Lazy<Vec<KnownVersion>> = Lazy::new(|| {
2929
// | leaving the first copy as an example for the next person.
3030
// v
3131
// KnownVersion::new(next_int, "unique-dirname-with-the-sql-files"),
32-
KnownVersion::new(69, "add-saga-unwound-vmm-state"),
32+
KnownVersion::new(70, "add-saga-unwound-vmm-state"),
3333
KnownVersion::new(69, "separate-instance-and-vmm-states"),
3434
KnownVersion::new(68, "filter-v2p-mapping-by-instance-state"),
3535
KnownVersion::new(67, "add-instance-updater-lock"),

0 commit comments

Comments
 (0)