This commit is contained in:
2022-03-15 21:27:20 +00:00
parent f99bba70f6
commit d129192c9f
7 changed files with 38 additions and 15 deletions

View File

@@ -568,6 +568,9 @@ namespace AyaNova.Util
//If we got here then it's safe to erase the attachment files
FileUtil.EraseEntireContentsOfAttachmentFilesFolder();
_log.LogInformation("Importing any missing stock Report templates");
await AyaNova.Biz.PrimeData.PrimeReportTemplates();
apiServerState.ResumePriorState();
_log.LogInformation("Database erase completed");