cleanup exceptions (hopefully)

This commit is contained in:
Daniel Balk
2023-04-03 00:15:12 +02:00
parent 708ae080a3
commit 7b6528b03f
15 changed files with 2314 additions and 82 deletions

View File

@@ -20,4 +20,5 @@ public class Server
public NodeAllocation MainAllocation { get; set; } = null!;
public Node Node { get; set; } = null!;
public User Owner { get; set; } = null!;
public bool IsCleanupException { get; set; } = false;
}