mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Merge #887
887: backup r=Kerollmops a=LegendreM [Tracking Issue](https://github.com/meilisearch/MeiliSearch/issues/840) [Documentation PR](https://github.com/meilisearch/documentation/pull/468) [Other relevant issue](https://github.com/meilisearch/MeiliSearch/issues/884) Co-authored-by: many <maxime@meilisearch.com>
This commit is contained in:
commit
e258e0b2c2
26 changed files with 1313 additions and 167 deletions
|
@ -586,6 +586,8 @@ impl Database {
|
|||
.main
|
||||
.put_fields_distribution(writer, &frequency)
|
||||
}
|
||||
|
||||
pub fn version(&self) -> (u32, u32, u32) { self.database_version }
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue