Merge branch 'rmcrackan:master' into master

This commit is contained in:
Mbucari 2022-06-23 11:35:09 -06:00 committed by GitHub
commit 184ba84600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 25 additions and 24 deletions

View file

@ -470,7 +470,7 @@ namespace AppScaffolding
}
catch (Exception ex)
{
Serilog.Log.Logger.Error(ex, "An error occured while running database migrations in {0}", nameof(migrate_from_7_10_1));
Serilog.Log.Logger.Error(ex, "An error occurred while running database migrations in {0}", nameof(migrate_from_7_10_1));
config.SetObject($"{nameof(migrate_from_7_10_1)}_ThrewError", true);
}
}