Page MenuHomePhabricator

[backup] Update `BlobItem`
ClosedPublic

Authored by michal on Aug 28 2023, 12:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 24, 2:14 PM
Unknown Object (File)
Mon, Mar 24, 2:14 PM
Unknown Object (File)
Mon, Mar 24, 2:14 PM
Unknown Object (File)
Sun, Mar 23, 1:41 PM
Unknown Object (File)
Sun, Mar 16, 11:58 PM
Unknown Object (File)
Fri, Mar 7, 2:30 PM
Unknown Object (File)
Thu, Mar 6, 10:05 AM
Unknown Object (File)
Thu, Mar 6, 10:05 AM
Subscribers

Details

Summary

Modernize BlobItem and update it to match new database design.

Depends on D8954

Test Plan

cargo check, tested with the rest of the stack

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek added inline comments.
services/backup/src/constants.rs
17–24 ↗(On Diff #30419)

Nit/followup: You're right that it would be nice to add a submodule for table constants: constants::backup_table::FIELD_XYZ

This revision is now accepted and ready to land.Aug 28 2023, 5:00 AM
services/backup/src/constants.rs
17–24 ↗(On Diff #30419)

Probably gonna do a separate diff with both backup and log constants