This commit is contained in:
2021-09-01 18:02:45 +00:00
parent 8019a4de20
commit 1ae59ffdf9

View File

@@ -632,28 +632,7 @@ namespace AyaNova.PlugIn.V8
UsedUserNames.Clear();
}
/*
{
"memo": {
"concurrency": 0,
"customFields": "{}",
"fromId": 1,
"fromName": null,
"id": 0,
"name": "V8 Migrate - post migrate log and instructions",
"notes": "Hello, this is an automated memo from the v8 migrate utility.\n\nHelpful information:\n\nChanges in AyaNova 8 for users:\nhttp://localhost:7575/docs/ay-start-changes-from-v7/\n\nTechnical changes in AyaNova 8 for system administrators:\nhttp://localhost:7575/docs/ops-technical-changes-from-v7/\n\nImporting guide and recommended post import steps:\nhttp://localhost:7575/docs/ay-biz-admin-import-v7/\n\n\nLog:\n-----\nLOG FILE HERE\n----",
"replied": false,
"sent": "2021-08-19T17:03:39.190Z",
"tags": [],
"toId": 1,
"viewed": false,
"wiki": null
},
"users": [
1
]
}
*/
private async System.Threading.Tasks.Task PostExportLogToV8(ProgressForm progress)
{
try