[entropy.db] do not drop needed, improve backward compat.

This commit is contained in:
Fabio Erculiani
2014-10-18 19:29:20 +02:00
parent 5a88ea3f21
commit 6925722fc0
+1 -1
View File
@@ -2475,7 +2475,7 @@ class EntropySQLiteRepository(EntropySQLRepository):
ALTER TABLE needed_libs_temp RENAME TO needed_libs;
DROP TABLE IF EXISTS neededreference;
DROP TABLE IF EXISTS needed;
DELETE FROM needed;
COMMIT;
""")
self._clearLiveCache("_doesTableExist")