Migration records are dicts, not lists. Fix SET1_MIGATIONS!

This commit is contained in:
Christopher Allan Webber 2012-01-29 16:39:08 -06:00
parent 47616ece50
commit a5e03db6c2

View File

@ -57,7 +57,7 @@ class Level1(Base1):
SET1_MODELS = [Creature1, Level1]
SET1_MIGRATIONS = []
SET1_MIGRATIONS = {}
#######################################################
# Migration set 2: A few migrations and new model