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 a84e6c0 commit c517934Copy full SHA for c517934
src/bin/crates-admin/delete_crate.rs
@@ -191,6 +191,7 @@ fn owners_subquery() -> SqlLiteral<Array<Text>> {
191
LEFT JOIN teams ON teams.id = crate_owners.owner_id
192
LEFT JOIN users ON users.id = crate_owners.owner_id
193
WHERE crate_owners.crate_id = crates.id
194
+ AND crate_owners.deleted = 'f'
195
)
196
"#)
197
}
0 commit comments