We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087dd89 commit 06448d3Copy full SHA for 06448d3
nexus/db-model/src/schema_versions.rs
@@ -29,7 +29,7 @@ static KNOWN_VERSIONS: Lazy<Vec<KnownVersion>> = Lazy::new(|| {
29
// | leaving the first copy as an example for the next person.
30
// v
31
// KnownVersion::new(next_int, "unique-dirname-with-the-sql-files"),
32
- KnownVersion::new(69, "add-saga-unwound-vmm-state"),
+ KnownVersion::new(70, "add-saga-unwound-vmm-state"),
33
KnownVersion::new(69, "separate-instance-and-vmm-states"),
34
KnownVersion::new(68, "filter-v2p-mapping-by-instance-state"),
35
KnownVersion::new(67, "add-instance-updater-lock"),
0 commit comments