Set migration version to something a little bit more intuitive
This commit is contained in:
parent
6bdc505394
commit
fc90ea4e1f
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue