From fc90ea4e1f782dd2b2bcd2831cabcaebcaaf99d2 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Sun, 20 Mar 2022 15:44:53 +0000 Subject: [PATCH] Set migration version to something a little bit more intuitive --- quickpeep_raker/src/storage/migrations.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickpeep_raker/src/storage/migrations.rs b/quickpeep_raker/src/storage/migrations.rs index f42aaae..5af7165 100644 --- a/quickpeep_raker/src/storage/migrations.rs +++ b/quickpeep_raker/src/storage/migrations.rs @@ -1,2 +1,2 @@ pub const MIGRATION_KEY: &[u8] = b"MIGRATION_VERSION"; -pub const MIGRATION_VERSION: &str = "quickpeep_raker:00001"; +pub const MIGRATION_VERSION: &str = "quickpeep_raker:0.1.0";