From d36bf41ecf8ae882eec3eafa3f18c9328228de8a Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sat, 5 Mar 2016 22:21:40 -0500 Subject: [PATCH] Disable setting new database version and bump pre-release --- config.py | 4 ++-- eos/db/migration.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index 7586a2902..b8ada7e1c 100644 --- a/config.py +++ b/config.py @@ -20,8 +20,8 @@ saveInRoot = False # Version data version = "1.19.2" tag = "git" -expansionName = "February 2016" -expansionVersion = "1.1" +expansionName = "Singularity" +expansionVersion = "1015913" evemonMinVersion = "4081" pyfaPath = None diff --git a/eos/db/migration.py b/eos/db/migration.py index c99be1ffc..a7c3fd774 100644 --- a/eos/db/migration.py +++ b/eos/db/migration.py @@ -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))