Vacuum database after tables cleaning

git-svn-id: https://forja.rediris.es/svn/cusl6-swadroid/trunk@218 5bc14d19-1e4b-4ba2-aa50-860af135f48c
This commit is contained in:
Juan Miguel Boyero Corral 2011-11-22 22:29:54 +00:00
parent 30b71ebd21
commit 76e7e77088

View File

@ -797,6 +797,7 @@ public class DataBaseHelper {
emptyTable(Global.DB_TABLE_TEST_CONFIG);
emptyTable(Global.DB_TABLE_TEST_QUESTIONS);
emptyTable(Global.DB_TABLE_TEST_TAGS);
compactDB();
}
/**