Skip to content

Commit

Permalink
Provisionner: don't migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Feb 26, 2024
1 parent 1d74752 commit c7913f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/apps/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ impl<R: Runner> Apps<R> {
)
});

#[cfg(not(feature = "provisioner-app"))]
app.migrate(1)
.map_err(|_err| {
data.init_status.insert(InitStatus::MIGRATION_ERROR);
Expand Down

0 comments on commit c7913f0

Please sign in to comment.