This commit is contained in:
2020-08-26 17:20:31 +00:00
parent 387ede6924
commit fc24607c5b
6 changed files with 79 additions and 5 deletions

View File

@@ -268,6 +268,11 @@ namespace AyaNova.Util
{
await conn.OpenAsync();
//### DELIBERATELY IGNORED
//Some data is deliberately not deleted for now:
//Reports
//Logos
//Delete from user options table first
using (var cmd = new Npgsql.NpgsqlCommand())
{