aboutsummaryrefslogtreecommitdiff
path: root/src/model/bucket_table.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-12-17 21:09:50 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-12-17 21:09:50 +0100
commitccda9ab1caa6e20c81a9a41449c60ed6a7799659 (patch)
treeb95141749fef43df530e708ec5789320389a596c /src/model/bucket_table.rs
parent086e5be290b329b898206397ad95c82964fbf499 (diff)
parent8956db2a81c3700b62c5208cff2ca4b0b124c328 (diff)
downloadgarage-ccda9ab1caa6e20c81a9a41449c60ed6a7799659.tar.gz
garage-ccda9ab1caa6e20c81a9a41449c60ed6a7799659.zip
Merge branch 'master' into feature/website
Diffstat (limited to 'src/model/bucket_table.rs')
-rw-r--r--src/model/bucket_table.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/model/bucket_table.rs b/src/model/bucket_table.rs
index 78b0416f..a101555f 100644
--- a/src/model/bucket_table.rs
+++ b/src/model/bucket_table.rs
@@ -8,6 +8,9 @@ use garage_util::error::Error;
use crate::key_table::PermissionSet;
+// We import the same file but in its version 0.1.0.
+// We can then access v0.1.0 data structures.
+// We use them to perform migrations.
use model010::bucket_table as prev;
/// A bucket is a collection of objects