Skip to content

Commit

Permalink
Also track added records
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Nov 2, 2023
1 parent c721481 commit a3f752e
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 102 deletions.
197 changes: 101 additions & 96 deletions proto/recordadder.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/recordadder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ message AddedRecord {
int32 instance_id = 1;
int64 date_added = 2;
int64 date_arrived = 3;
int32 folder_id = 4;
}

message AddRecordRequest {
Expand Down
Loading

0 comments on commit a3f752e

Please sign in to comment.