aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_sql_migrations.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-01-15 11:36:00 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-01-29 16:33:46 -0600
commit129c36be6f29977ca18ae719c1d3a5c2aad25d89 (patch)
tree823e87751ce97890f814b8ab1bc4202dc5c14910 /mediagoblin/tests/test_sql_migrations.py
parent0f10058fd38f1b97068320fe62eb2494803a263a (diff)
downloadmediagoblin-129c36be6f29977ca18ae719c1d3a5c2aad25d89.tar.lz
mediagoblin-129c36be6f29977ca18ae719c1d3a5c2aad25d89.tar.xz
mediagoblin-129c36be6f29977ca18ae719c1d3a5c2aad25d89.zip
Might as well call it "set2 migrations"
Diffstat (limited to 'mediagoblin/tests/test_sql_migrations.py')
-rw-r--r--mediagoblin/tests/test_sql_migrations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_sql_migrations.py b/mediagoblin/tests/test_sql_migrations.py
index 32950d38..8682e69d 100644
--- a/mediagoblin/tests/test_sql_migrations.py
+++ b/mediagoblin/tests/test_sql_migrations.py
@@ -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