Update scan_id on worktree entries when there is a conflict
Forgetting to do this meant we were unable to sync changes with reconnecting guests in some cases.
This commit is contained in:
parent
789bbf15b7
commit
1006ada458
1 changed files with 1 additions and 0 deletions
|
@ -2184,6 +2184,7 @@ impl Database {
|
||||||
worktree_entry::Column::MtimeNanos,
|
worktree_entry::Column::MtimeNanos,
|
||||||
worktree_entry::Column::IsSymlink,
|
worktree_entry::Column::IsSymlink,
|
||||||
worktree_entry::Column::IsIgnored,
|
worktree_entry::Column::IsIgnored,
|
||||||
|
worktree_entry::Column::ScanId,
|
||||||
])
|
])
|
||||||
.to_owned(),
|
.to_owned(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue