Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions svc/pkg/mm/worker/src/workers/lobby_create/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ async fn resolve_image_artifact_url(
datacenter_id = $1 AND
pool_type = $2 AND
vlan_ip IS NOT NULL AND
install_complete_ts IS NOT NULL AND
drain_ts IS NULL AND
cloud_destroy_ts IS NULL
)
Expand Down