Removed scan ID from repository interfaces

co-authored-by: Max <max@zed.dev>
This commit is contained in:
Mikayla Maki 2023-05-05 16:33:21 -07:00
parent 270147d20c
commit d8dac07408
No known key found for this signature in database
5 changed files with 172 additions and 175 deletions

View file

@ -982,9 +982,8 @@ message Entry {
}
message RepositoryEntry {
uint64 scan_id = 1;
uint64 work_directory_id = 2;
optional string branch = 3;
uint64 work_directory_id = 1;
optional string branch = 2;
}
message BufferState {