mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-13 08:16:25 +00:00
starts adding tests and fix the starts of meilisearch
This commit is contained in:
@ -153,9 +153,9 @@ fn date_round_trip(
|
||||
|
||||
pub fn v1_9_to_v1_10(
|
||||
db_path: &Path,
|
||||
_origin_major: &str,
|
||||
_origin_minor: &str,
|
||||
_origin_patch: &str,
|
||||
_origin_major: u32,
|
||||
_origin_minor: u32,
|
||||
_origin_patch: u32,
|
||||
) -> anyhow::Result<()> {
|
||||
println!("Upgrading from v1.9.0 to v1.10.0");
|
||||
// 2 changes here
|
||||
|
Reference in New Issue
Block a user