rename the dumpExport to dumpCreation

This commit is contained in:
Irevoire 2022-10-24 19:08:15 +02:00 committed by Clément Renault
parent 3ea489421e
commit ecf4e43b3d
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
16 changed files with 79 additions and 77 deletions

View file

@ -606,8 +606,8 @@ impl IndexScheduler {
KindDump::TasksDeletion { query, tasks } => {
KindWithContent::TaskDeletion { query, tasks }
}
KindDump::DumpExport { dump_uid, keys, instance_uid } => {
KindWithContent::DumpExport { dump_uid, keys, instance_uid }
KindDump::DumpCreation { dump_uid, keys, instance_uid } => {
KindWithContent::DumpCreation { dump_uid, keys, instance_uid }
}
KindDump::Snapshot => KindWithContent::Snapshot,
},