Migration records are dicts, not lists. Fix SET1_MIGATIONS!
This commit is contained in:
parent
47616ece50
commit
a5e03db6c2
@ -57,7 +57,7 @@ class Level1(Base1):
|
||||
|
||||
SET1_MODELS = [Creature1, Level1]
|
||||
|
||||
SET1_MIGRATIONS = []
|
||||
SET1_MIGRATIONS = {}
|
||||
|
||||
#######################################################
|
||||
# Migration set 2: A few migrations and new model
|
||||
|
Loading…
x
Reference in New Issue
Block a user