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 9d2ef77 commit 1762805Copy full SHA for 1762805
nexus/db-model/src/schema_versions.rs
@@ -29,6 +29,7 @@ static KNOWN_VERSIONS: LazyLock<Vec<KnownVersion>> = LazyLock::new(|| {
29
// v
30
// KnownVersion::new(next_int, "unique-dirname-with-the-sql-files"),
31
KnownVersion::new(186, "nexus-generation"),
32
+ KnownVersion::new(185, "populate-db-metadata-nexus"),
33
KnownVersion::new(184, "store-silo-admin-group-name"),
34
KnownVersion::new(183, "add-ip-version-to-pools"),
35
KnownVersion::new(182, "add-tuf-artifact-board"),
0 commit comments