QueueJob - model and DB migration

This commit is contained in:
Michał Zieliski
2024-08-25 16:45:36 +02:00
parent adc3ba0c4b
commit ae266ed50e
9 changed files with 578 additions and 12 deletions

View File

@@ -33,6 +33,7 @@ public class LogsController : Controller
LogType.Process => "Process",
LogType.PowerBi => "PowerBIAccess",
LogType.DataInbox => "DataInbox",
LogType.Queue => "Queue",
_ => "Other"
};
var response = _googleSheetValues.Get(_configuration["appLogsFile"], $"{type}!A:A").Execute();