This commit is contained in:
2020-12-15 21:45:29 +00:00
parent d99115b5b9
commit f0a01d6086
3 changed files with 19 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary>
internal static class AyaNovaVersion
{
public const string VersionString = "8.0.0-alpha.95";
public const string VersionString = "8.0.0-alpha.96";
public const string FullNameAndVersion = "AyaNova server " + VersionString;
}//eoc
}//eons

View File

@@ -356,6 +356,8 @@ namespace AyaNova.Util
await EraseTableAsync("anotifydeliverylog", conn);
await EraseTableAsync("anotifysubscription", conn);
await EraseTableAsync("amemo", conn);
//Delete from user options table first
using (var cmd = new Npgsql.NpgsqlCommand())