Update is_deleted when sending new repositories
This commit is contained in:
parent
191ac86f09
commit
5accf7cf4e
1 changed files with 2 additions and 0 deletions
|
@ -2471,12 +2471,14 @@ impl Database {
|
|||
.update_columns([
|
||||
worktree_repository_statuses::Column::ScanId,
|
||||
worktree_repository_statuses::Column::Status,
|
||||
worktree_repository_statuses::Column::IsDeleted,
|
||||
])
|
||||
.to_owned(),
|
||||
)
|
||||
.exec(&*tx)
|
||||
.await?;
|
||||
}
|
||||
|
||||
if !repository.removed_worktree_repo_paths.is_empty() {
|
||||
worktree_repository_statuses::Entity::update_many()
|
||||
.filter(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue