This commit is contained in:
2018-12-18 20:27:31 +00:00
parent bb9af5a85a
commit 65253b35fd
5 changed files with 37 additions and 5 deletions

View File

@@ -291,6 +291,7 @@ namespace AyaNova.Util
EraseTable("adatafilter", conn);
EraseTable("asearchkey", conn);
EraseTable("asearchdictionary", conn);
EraseTable("atag", conn);
conn.Close();
}