mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix transform reindexing path
This commit is contained in:
parent
1b4ff991c0
commit
bc51d6157a
2 changed files with 56 additions and 28 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue