Skip to content

Commit

Permalink
[db-queries] Convert virtual provisioning CTE to use raw SQL (#5089)
Browse files Browse the repository at this point in the history
Builds on:
- #5063
- #5081

Converts the virtual provisioning CTE to use SQL more directly
  • Loading branch information
smklein authored May 29, 2024
1 parent 1fe55e9 commit 7e84fd9
Show file tree
Hide file tree
Showing 10 changed files with 527 additions and 711 deletions.
1 change: 0 additions & 1 deletion nexus/db-model/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ mod v2p_mapping;
mod deployment;
mod ipv4_nat_entry;
mod omicron_zone_config;
pub mod queries;
mod quota;
mod rack;
mod region;
Expand Down
7 changes: 0 additions & 7 deletions nexus/db-model/src/queries/mod.rs

This file was deleted.

This file was deleted.

84 changes: 0 additions & 84 deletions nexus/db-queries/src/db/alias.rs

This file was deleted.

1 change: 0 additions & 1 deletion nexus/db-queries/src/db/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

//! Facilities for working with the Omicron database
pub(crate) mod alias;
// This is not intended to be public, but this is necessary to use it from
// doctests
pub mod collection_attach;
Expand Down
Loading

0 comments on commit 7e84fd9

Please sign in to comment.