Page MenuHomePhabricator

[backup] Update `BlobItem`
ClosedPublic

Authored by michal on Aug 28 2023, 12:57 AM.
Tags
None
Referenced Files
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)
Tue, Apr 30, 8:48 AM
Unknown Object (File)
Sun, Apr 28, 3:20 AM
Unknown Object (File)
Thu, Apr 25, 7:03 PM
Unknown Object (File)
Apr 17 2024, 12:39 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