[entropy.db] EntropyRepository: when migrating to the new schema, drop _doesColumnInTableExist cache

This commit is contained in:
Fabio Erculiani
2012-07-27 22:21:56 +02:00
parent df89b672f0
commit 9e819f8083
+1
View File
@@ -6132,6 +6132,7 @@ class EntropyRepository(EntropyRepositoryBase):
""")
self._cursor().execute("pragma foreign_keys = ON").fetchall()
self._clearLiveCache("_doesColumnInTableExist")
self._setSetting("_baseinfo_extrainfo_2010", "1")
def _foreignKeySupport(self):