Better behavior when null indexes

This commit is contained in:
Clément Renault 2025-06-30 18:59:16 +02:00
parent ad03c86c44
commit f4bb6cbca8
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
3 changed files with 13 additions and 10 deletions

View file

@ -210,7 +210,7 @@ impl KindWithContent {
| SnapshotCreation
| TaskCancelation { .. }
| TaskDeletion { .. }
| Export { .. } // TODO Should I resolve the index names?
| Export { .. }
| UpgradeDatabase { .. } => vec![],
DocumentAdditionOrUpdate { index_uid, .. }
| DocumentEdition { index_uid, .. }