From d966e35054fc59e0d997295363612cc55febf15b Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Fri, 17 Mar 2023 18:57:08 -0600 Subject: [PATCH] fix migration --- backend/src/version/v0_3_4_1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/version/v0_3_4_1.rs b/backend/src/version/v0_3_4_1.rs index ecd42ea6a..732cf18d9 100644 --- a/backend/src/version/v0_3_4_1.rs +++ b/backend/src/version/v0_3_4_1.rs @@ -11,7 +11,7 @@ pub struct Version; #[async_trait] impl VersionT for Version { - type Previous = v0_3_3::Version; + type Previous = v0_3_4::Version; fn new() -> Self { Version }