[rm-migration] Remove migration path from Garage v0.5

This commit is contained in:
Alex Auvolat
2024-03-08 13:24:47 +01:00
parent 20c0b4ffb2
commit f537f76681
11 changed files with 22 additions and 401 deletions
-4
View File
@@ -1,9 +1,6 @@
#[macro_use]
extern crate tracing;
// For migration from previous versions
pub(crate) mod prev;
pub mod permission;
pub mod index_counter;
@@ -18,4 +15,3 @@ pub mod s3;
pub mod garage;
pub mod helper;
pub mod migrate;