mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Rename the Snapshot task into SnapshotCreation
This commit is contained in:
parent
c2842ad25f
commit
e65f82bc86
6 changed files with 24 additions and 19 deletions
|
@ -129,7 +129,7 @@ pub enum KindDump {
|
|||
keys: Vec<Key>,
|
||||
instance_uid: Option<InstanceUid>,
|
||||
},
|
||||
Snapshot,
|
||||
SnapshotCreation,
|
||||
}
|
||||
|
||||
impl From<Task> for TaskDump {
|
||||
|
@ -191,7 +191,7 @@ impl From<KindWithContent> for KindDump {
|
|||
KindWithContent::DumpCreation { dump_uid, keys, instance_uid } => {
|
||||
KindDump::DumpCreation { dump_uid, keys, instance_uid }
|
||||
}
|
||||
KindWithContent::Snapshot => KindDump::Snapshot,
|
||||
KindWithContent::SnapshotCreation => KindDump::SnapshotCreation,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue