This commit is contained in:
2021-01-05 20:30:18 +00:00
parent 73766b33f1
commit 1e4b6ab9f8

View File

@@ -285,13 +285,14 @@ namespace AyaNova.Util
cmd.CommandText = "update aunit set replacedbyunitid=null, parentunitid=null, purchasedfromvendorid=null, unitmodelid=null;";
await cmd.ExecuteNonQueryAsync();
cmd.CommandText = "update auser set headofficeid=null;";
await cmd.ExecuteNonQueryAsync();
cmd.CommandText = "update auser set vendorid=null;";
await cmd.ExecuteNonQueryAsync();
cmd.CommandText = "update loanunit set unitid=null, workorderitemloanid=null;";
await cmd.ExecuteNonQueryAsync();
}