[bug]: Memory.reset() deletes collection and table without re-creating it (#1952)
This commit is contained in:
@@ -140,3 +140,4 @@ class SQLiteManager:
|
||||
def reset(self):
|
||||
with self.connection:
|
||||
self.connection.execute("DROP TABLE IF EXISTS history")
|
||||
self._create_history_table()
|
||||
|
||||
Reference in New Issue
Block a user