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

@@ -11,7 +11,8 @@ public enum LogType {
Backup,
Process,
PowerBi,
DataInbox
DataInbox,
Queue
}
public class LogEntry
{