Clean up AttachmentTable schema.

This commit is contained in:
Greyson Parrelli
2024-01-09 09:21:23 -05:00
committed by Alex Hart
parent 62b142cdeb
commit fe39b5e4e2
40 changed files with 486 additions and 502 deletions

View File

@@ -33,7 +33,7 @@ message CallLinkUpdateSendJobData {
}
message AttachmentUploadJobData {
uint64 attachmentRowId = 1;
uint64 attachmentUniqueId = 2;
uint64 attachmentId = 1;
reserved /*attachmentUniqueId*/ 2;
optional ResumableUpload uploadSpec = 3;
}