mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
allow upgrade of devel-version decks
This commit is contained in:
parent
38ec009378
commit
665fe9c280
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Upgrader(object):
|
|||
except:
|
||||
return
|
||||
# old version?
|
||||
if db.scalar("select version from decks") != 65:
|
||||
if db.scalar("select version from decks") < 65:
|
||||
return
|
||||
# ensure we have indices for checks below
|
||||
db.executescript("""
|
||||
|
|
Loading…
Reference in a new issue