This commit is contained in:
@@ -390,7 +390,7 @@ namespace AyaNova.Util
|
|||||||
|
|
||||||
//aglobalopsbackupsettings just keep as is which is the safe option
|
//aglobalopsbackupsettings just keep as is which is the safe option
|
||||||
|
|
||||||
cmd.CommandText = "update aglobalopsnotificationsettings set smtpdeliveryactive=false, smtpserveraddress=null,smtpaccount=null,smtppassword=null,connectionsecurity=0, smtpserverport=null,notifyfromaddress=null,ayanoavserverurl=null;";
|
cmd.CommandText = "update aglobalopsnotificationsettings set smtpdeliveryactive=false, smtpserveraddress=null,smtpaccount=null,smtppassword=null,connectionsecurity=0, smtpserverport=null,notifyfromaddress=null,ayanovaserverurl=null;";
|
||||||
await cmd.ExecuteNonQueryAsync();
|
await cmd.ExecuteNonQueryAsync();
|
||||||
|
|
||||||
|
|
||||||
@@ -518,12 +518,12 @@ namespace AyaNova.Util
|
|||||||
await EraseTableAsync("aworkorderitempriority", conn);
|
await EraseTableAsync("aworkorderitempriority", conn);
|
||||||
await EraseTableAsync("ataskgroup", conn);//items cascade
|
await EraseTableAsync("ataskgroup", conn);//items cascade
|
||||||
|
|
||||||
await EraseTableAsync("ametricmm", conn);
|
await EraseTableAsync("ametricmm", conn, true);
|
||||||
await EraseTableAsync("ametricdd", conn);
|
await EraseTableAsync("ametricdd", conn, true);
|
||||||
await EraseTableAsync("adashboardview", conn);
|
await EraseTableAsync("adashboardview", conn);
|
||||||
|
|
||||||
await EraseTableAsync("aopsjoblog", conn);
|
await EraseTableAsync("aopsjoblog", conn, true);
|
||||||
await EraseTableAsync("aopsjob", conn);
|
await EraseTableAsync("aopsjob", conn, true);
|
||||||
await EraseTableAsync("alogo", conn);
|
await EraseTableAsync("alogo", conn);
|
||||||
|
|
||||||
await EraseTableAsync("areport", conn);
|
await EraseTableAsync("areport", conn);
|
||||||
|
|||||||
Reference in New Issue
Block a user