mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
fix the dumpless upgrade potential corruption when upgrading from the v1.12
This commit is contained in:
parent
78867b6852
commit
628119e31e
4 changed files with 89 additions and 47 deletions
|
@ -33,7 +33,7 @@ mod test_utils;
|
|||
pub mod upgrade;
|
||||
mod utils;
|
||||
pub mod uuid_codec;
|
||||
mod versioning;
|
||||
pub mod versioning;
|
||||
|
||||
pub type Result<T, E = Error> = std::result::Result<T, E>;
|
||||
pub type TaskId = u32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue