Migration records are dicts, not lists. Fix SET1_MIGATIONS!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2012 22:39:08 +0000 (16:39 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2012 22:39:08 +0000 (16:39 -0600)
mediagoblin/tests/test_sql_migrations.py

index 1f97b6cedcda991beee78a18a9e84f2f9d230321..cae295492c50f3d248e13dd4bfadde18a58b4a11 100644 (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