Remove the CREST table from a migration, since it no longer exist (was causing issues for some folks with very old databases)

This commit is contained in:
blitzmann
2018-05-21 23:03:25 -04:00
parent fde449c7d8
commit f9e60a00f2

View File

@@ -14,7 +14,7 @@ def upgrade(saveddata_engine):
"boosters": 2,
"cargo": 2,
"characters": 2,
"crest": 1,
# "crest": 1,
"damagePatterns": 2,
"drones": 2,
"fighters": 2,