Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bonez committed Mar 18, 2023
1 parent 1675570 commit d966e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/version/v0_3_4_1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit d966e35

Please sign in to comment.