mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix the import of the updates in the dump
This commit is contained in:
parent
ef438852cd
commit
d767990424
7 changed files with 116 additions and 64 deletions
|
@ -188,7 +188,7 @@ impl Failed {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||
#[serde(tag = "status", rename_all = "camelCase")]
|
||||
pub enum UpdateStatus {
|
||||
Processing(Processing),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue