Merge branch 'MissingDamageTargetProfileNames' of https://github.com/Ebag333/Pyfa into development

Conflicts:
	service/prefetch.py
This commit is contained in:
blitzman
2017-01-29 15:04:56 -05:00
2 changed files with 112 additions and 53 deletions

View File

@@ -48,6 +48,7 @@ if config.saveDB and os.path.isfile(config.saveDB):
# Import values that must exist otherwise Pyfa breaks
DefaultDatabaseValues.importRequiredDefaults()
# Finds and fixes database corruption issues.
logging.debug("Starting database validation.")
database_cleanup_instance = DatabaseCleanup()
database_cleanup_instance.OrphanedCharacterSkills(db.saveddata_engine)