Fix transform reindexing path

This commit is contained in:
ManyTheFish 2023-11-02 13:37:54 +01:00
parent 1b4ff991c0
commit bc51d6157a
2 changed files with 56 additions and 28 deletions

View file

@ -18,7 +18,7 @@ pub struct DocumentOperation {
pub kind: DocumentOperationKind,
}
pub struct ExternalDocumentsIds(Database<Str, OwnedType<BEU32>>);
pub struct ExternalDocumentsIds(pub Database<Str, OwnedType<BEU32>>);
impl ExternalDocumentsIds {
pub fn new(db: Database<Str, OwnedType<BEU32>>) -> ExternalDocumentsIds {