mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
update patch-db
This commit is contained in:
committed by
Aiden McClelland
parent
09dacfdfeb
commit
2384e60d0f
@@ -26,8 +26,8 @@ pub async fn dry(
|
||||
let mut breakages = BTreeMap::new();
|
||||
crate::db::DatabaseModel::new()
|
||||
.package_data()
|
||||
.lock(&mut tx, LockType::DeepRead)
|
||||
.await;
|
||||
.lock(&mut tx, LockType::Read)
|
||||
.await?;
|
||||
for dependent in crate::db::DatabaseModel::new()
|
||||
.package_data()
|
||||
.idx_model(&id)
|
||||
|
||||
Reference in New Issue
Block a user