Set migration version to something a little bit more intuitive

This commit is contained in:
Olivier 'reivilibre' 2022-03-20 15:44:53 +00:00
parent 6bdc505394
commit fc90ea4e1f
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
pub const MIGRATION_KEY: &[u8] = b"MIGRATION_VERSION"; 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";