drop the sources table; we'll store it in deck conf

This commit is contained in:
Damien Elmes 2011-09-06 23:24:51 +09:00
parent 9130e09b3e
commit 5179d82f7f

View file

@ -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