This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user