mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Added EventLogs to cascade delete on Organization.
This commit is contained in:
parent
024f68ba48
commit
fcd93f7ae5
@ -81,6 +81,7 @@ namespace Remotely_Server.Data
|
||||
.Include(x => x.Devices)
|
||||
.Include(x => x.SharedFiles)
|
||||
.Include(x => x.PermissionGroups)
|
||||
.Include(x => x.EventLogs)
|
||||
.Where(x => x.RemotelyUsers.Count == 0);
|
||||
|
||||
foreach (var emptyOrg in emptyOrgs)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user