fix migration, add logging (#1674)

* fix migration, add logging

* change stack overflow to runtime error
This commit is contained in:
Aiden McClelland
2022-07-20 16:00:25 -06:00
committed by GitHub
parent 5fa743755d
commit 40d446ba32
4 changed files with 25 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ const V0_3_1_1: emver::Version = emver::Version::new(0, 3, 1, 1);
pub struct Version;
#[async_trait]
impl VersionT for Version {
type Previous = v0_3_0_3::Version;
type Previous = v0_3_1::Version;
fn new() -> Self {
Version
}