mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
write the dump v2 import
This commit is contained in:
@ -3,7 +3,6 @@ use std::{fs::File, io::BufReader};
|
||||
|
||||
use flate2::bufread::GzDecoder;
|
||||
|
||||
|
||||
use serde::Deserialize;
|
||||
|
||||
use tempfile::TempDir;
|
||||
@ -21,6 +20,7 @@ use self::compat::Compat;
|
||||
mod compat;
|
||||
// mod loaders;
|
||||
// mod v1;
|
||||
pub(self) mod v2;
|
||||
pub(self) mod v3;
|
||||
pub(self) mod v4;
|
||||
pub(self) mod v5;
|
||||
|
Reference in New Issue
Block a user