Skip to content

Commit

Permalink
Disable setting new database version and bump pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Mar 6, 2016
1 parent 821d9ea commit d36bf41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# Version data
version = "1.19.2"
tag = "git"
expansionName = "February 2016"
expansionVersion = "1.1"
expansionName = "Singularity"
expansionVersion = "1015913"
evemonMinVersion = "4081"

pyfaPath = None
Expand Down
2 changes: 1 addition & 1 deletion eos/db/migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def update(saveddata_engine):
func(saveddata_engine)

# when all is said and done, set version to current
saveddata_engine.execute("PRAGMA user_version = {}".format(appVersion))
# saveddata_engine.execute("PRAGMA user_version = {}".format(appVersion))

0 comments on commit d36bf41

Please sign in to comment.