mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-08 22:03:13 +00:00
table::insert_many, version_table::updated
This commit is contained in:
@@ -44,7 +44,7 @@ impl TableFormat for BlockRefTable {
|
||||
type S = UUID;
|
||||
type E = BlockRef;
|
||||
|
||||
async fn updated(&self, old: Option<&Self::E>, new: &Self::E) {
|
||||
async fn updated(&self, old: Option<Self::E>, new: Self::E) {
|
||||
//unimplemented!()
|
||||
// TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user