From 5179d82f7f1c0dca78c089b7a132963c3da0fe63 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 6 Sep 2011 23:24:51 +0900 Subject: [PATCH] drop the sources table; we'll store it in deck conf --- anki/storage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anki/storage.py b/anki/storage.py index 2978425ae..1a9d99021 100644 --- a/anki/storage.py +++ b/anki/storage.py @@ -327,6 +327,7 @@ yesCount from reviewHistory"""): # the rest ########### db.execute("drop table media") + db.execute("drop table sources") _migrateModels(db) _updateIndices(db) return ver