case 4396
This commit is contained in:
@@ -498,6 +498,9 @@ namespace AyaNova.Util
|
||||
//set to default translation so can delete all non default ones
|
||||
cmd.CommandText = "update auseroptions set translationid=1;";
|
||||
await cmd.ExecuteNonQueryAsync();
|
||||
//case 4396
|
||||
cmd.CommandText = "update acustomernotifysubscription set translationid=1;";
|
||||
await cmd.ExecuteNonQueryAsync();
|
||||
|
||||
cmd.CommandText = "delete from atranslationitem where translationid > 4;";
|
||||
await cmd.ExecuteNonQueryAsync();
|
||||
|
||||
Reference in New Issue
Block a user