mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-10-06 10:35:46 +08:00
Fixed migrate_directory range scan (fixes #784)
Some checks failed
trivy / Check (push) Failing after -9m22s
Some checks failed
trivy / Check (push) Failing after -9m22s
This commit is contained in:
parent
f889182f76
commit
ca94023615
1 changed files with 4 additions and 1 deletions
|
@ -267,7 +267,10 @@ impl MigrateDirectory for Store {
|
|||
account_id: u32::MAX,
|
||||
collection: u8::MAX,
|
||||
document_id: u32::MAX,
|
||||
class: ValueClass::Directory(DirectoryClass::UsedQuota(0)),
|
||||
class: ValueClass::Any(AnyClass {
|
||||
subspace: SUBSPACE_DIRECTORY,
|
||||
key: vec![4u8],
|
||||
}),
|
||||
},
|
||||
),
|
||||
|key, value| {
|
||||
|
|
Loading…
Add table
Reference in a new issue