Might as well call it "set2 migrations"
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 15 Jan 2012 17:36:00 +0000 (11:36 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2012 22:33:46 +0000 (16:33 -0600)
mediagoblin/tests/test_sql_migrations.py

index 32950d38e27e91d9d8cf442ac6f664c7de71919e..8682e69dfef87fdfe1045dff305a7713dec33cf7 100644 (file)
@@ -119,7 +119,7 @@ def level_exits_new_table(db_conn):
 # A hack!  At this point we freeze-fame and get just a partial list of
 # migrations
 
-PARTIAL_MIGRATIONS = copy.copy(FULL_MIGRATIONS)
+SET2_MIGRATIONS = copy.copy(FULL_MIGRATIONS)
 
 #######################################################
 # Migration set 3: Final migrations