Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Joe Milazzo
2024-11-14 09:08:05 -06:00
committed by GitHub
parent 7ffb1fb25e
commit 06768bce3e
4 changed files with 11 additions and 6 deletions
+3
View File
@@ -106,6 +106,9 @@ public class Program
// v0.8.2
await ManualMigrateSwitchToWal.Migrate(context, logger);
// v0.8.4
await ManualMigrateEncodeSettings.Migrate(context, logger);
}
catch (Exception ex)
{