mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
drop the sources table; we'll store it in deck conf
This commit is contained in:
parent
9130e09b3e
commit
5179d82f7f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue