This commit is contained in:
2020-02-25 19:01:24 +00:00
parent bd2eab277f
commit a5b3444e4b

View File

@@ -224,8 +224,9 @@ namespace AyaNova.Biz
//Delete sibling objects
//USEROPTIONS
await ct.Database.ExecuteSqlInterpolatedAsync($"delete from auseroptions where userid={dbObj.Id}");
await ct.Database.ExecuteSqlInterpolatedAsync($"delete from auseroptions where userid = {dbObj.Id}");
//personal datalistview
await ct.Database.ExecuteSqlInterpolatedAsync($"delete from adatalistview where public = {false} and userid = {dbObj.Id}");
await EventLogProcessor.DeleteObjectLogAsync(UserId, BizType, dbObj.Id, dbObj.Name, ct);
@@ -632,7 +633,7 @@ namespace AyaNova.Biz
i.UserOptions = new UserOptions();
//TimeZone Offset
//NOT IMPORTED / SUPPORTED
//NOT IMPORTED / SUPPORTED
//Email address