entropy.db: createCountersTable got removed

This commit is contained in:
Fabio Erculiani
2009-05-30 23:08:12 +02:00
parent c38e9f8cc5
commit cb1ed1bc89
-1
View File
@@ -4438,7 +4438,6 @@ class LocalRepository:
""")
def regenerateCountersTable(self, vdb_path, output = False):
self.createCountersTable()
# this is necessary now, counters table should be empty
self.cursor.execute("DELETE FROM counters;")
# assign a counter to an idpackage