This commit is contained in:
2020-12-28 21:27:39 +00:00
parent 3ee060f612
commit 8eb8410fd4
3 changed files with 102 additions and 4 deletions

View File

@@ -363,6 +363,10 @@ namespace AyaNova.Util
await EraseTableAsync("areminder", conn);//depends on User
await EraseTableAsync("areview", conn);//depends on User
//RATES --- lots of dependants
await EraseTableAsync("aservicerate", conn);
await EraseTableAsync("atravelrate", conn);
//Delete from user options table first
using (var cmd = new Npgsql.NpgsqlCommand())