diff --git a/nexus/db-model/src/schema_versions.rs b/nexus/db-model/src/schema_versions.rs index 48813ea691d..0ca16498bad 100644 --- a/nexus/db-model/src/schema_versions.rs +++ b/nexus/db-model/src/schema_versions.rs @@ -30,7 +30,6 @@ static KNOWN_VERSIONS: Lazy> = Lazy::new(|| { // v // KnownVersion::new(next_int, "unique-dirname-with-the-sql-files"), KnownVersion::new(79, "nic-spoof-allow"), - KnownVersion::new(75, "vpc-subnet-routing"), KnownVersion::new(78, "vpc-subnet-routing"), KnownVersion::new(77, "remove-view-for-v2p-mappings"), KnownVersion::new(76, "lookup-region-snapshot-by-snapshot-id"),