Page MenuHomePhabricator

[backup] Update `BlobItem`
ClosedPublic

Authored by michal on Aug 28 2023, 12:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 26, 9:24 AM
Unknown Object (File)
Sat, May 4, 3:08 PM
Unknown Object (File)
Sat, May 4, 3:07 PM
Unknown Object (File)
Sat, May 4, 3:06 PM
Unknown Object (File)
Sat, May 4, 2:38 PM
Unknown Object (File)
Apr 30 2024, 8:48 AM
Unknown Object (File)
Apr 28 2024, 3:20 AM
Unknown Object (File)
Apr 25 2024, 7:03 PM
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
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek added inline comments.
services/backup/src/constants.rs
17–24

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

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