This commit is contained in:
2022-01-03 19:45:28 +00:00
parent 3fc4cafc41
commit f78ce69473
3 changed files with 13 additions and 12 deletions

View File

@@ -542,7 +542,7 @@ namespace AyaNova
}
else
{
_newLog.LogWarning("AYANOVA_PERMANENTLY_ERASE_DATABASE, dropping and recreating database");
_newLog.LogWarning("AYANOVA_PERMANENTLY_ERASE_DATABASE has been set - deleting and recreating database");
}
Util.DbUtil.DropAndRecreateDbAsync(_newLog).Wait();
AySchema.CheckAndUpdateAsync(dbContext, _newLog).Wait();