Page MenuHomePhabricator

[backup] Update `BlobItem`
ClosedPublic

Authored by michal on Aug 28 2023, 12:57 AM.
Tags
None
Referenced Files
F2836542: D8962.id30419.diff
Sat, Sep 28, 4:48 PM
F2831490: D8962.id30529.diff
Fri, Sep 27, 11:58 PM
F2831489: D8962.id30419.diff
Fri, Sep 27, 11:58 PM
F2831433: D8962.id.diff
Fri, Sep 27, 11:57 PM
F2831386: D8962.diff
Fri, Sep 27, 11:49 PM
Unknown Object (File)
Sat, Sep 14, 3:06 PM
Unknown Object (File)
Tue, Sep 10, 6:26 PM
Unknown Object (File)
Aug 29 2024, 1:31 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
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