summaryrefslogtreecommitdiff
path: root/scripts/hist_importer.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/hist_importer.py')
-rwxr-xr-xscripts/hist_importer.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/hist_importer.py b/scripts/hist_importer.py
index 6f2b9fa87..df12bcf2e 100755
--- a/scripts/hist_importer.py
+++ b/scripts/hist_importer.py
@@ -135,7 +135,8 @@ def insert_qb(history, dest):
'INSERT INTO History (url,title,atime,redirect) VALUES (?,?,?,?)',
history
)
- cursor.execute('DROP TABLE CompletionHistory')
+ cursor.execute('UPDATE CompletionMetaInfo SET value = 1 '
+ 'WHERE key = "force_rebuild"')
conn.commit()
conn.close()