case 4396

This commit is contained in:
2023-01-24 20:18:34 +00:00
parent bf854cf801
commit e0465fdd06

View File

@@ -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();