This commit is contained in:
2018-08-23 20:42:47 +00:00
parent 0c0818a539
commit a1e1eb9376
7 changed files with 69 additions and 59 deletions

View File

@@ -278,6 +278,7 @@ namespace AyaNova.Util
EraseTable("atag", conn);
EraseTable("afileattachment", conn);
EraseTable("awidget", conn);
EraseTable("aevent", conn);
conn.Close();
}