mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Reintroduce the versioning functions
This commit is contained in:
parent
89e127e4f4
commit
4cafc63561
8 changed files with 83 additions and 8 deletions
|
@ -5,10 +5,12 @@ pub mod keys;
|
|||
pub mod settings;
|
||||
pub mod star_or;
|
||||
pub mod tasks;
|
||||
pub mod versioning;
|
||||
|
||||
pub use milli;
|
||||
pub use milli::{heed, Index};
|
||||
use uuid::Uuid;
|
||||
pub use versioning::VERSION_FILE_NAME;
|
||||
|
||||
pub type Document = serde_json::Map<String, serde_json::Value>;
|
||||
pub type InstanceUid = Uuid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue