DB migration is triggered by number of upgrade files found, rather than number in config.py. This allows us to remove the db version variable in config.py and not worry about it.

This commit is contained in:
blitzmann
2015-07-02 19:35:53 -04:00
parent 646f3afd27
commit 87e5929cb1
3 changed files with 13 additions and 16 deletions

View File

@@ -19,10 +19,6 @@ expansionName = "Carnyx"
expansionVersion = "1.0"
evemonMinVersion = "4081"
# Database version (int ONLY)
# Increment every time we need to flag for user database upgrade/modification
dbversion = 7
pyfaPath = None
savePath = None
staticPath = None