Might as well call it "set2 migrations"

This commit is contained in:
Christopher Allan Webber 2012-01-15 11:36:00 -06:00
parent 0f10058fd3
commit 129c36be6f

View 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 # A hack! At this point we freeze-fame and get just a partial list of
# migrations # migrations
PARTIAL_MIGRATIONS = copy.copy(FULL_MIGRATIONS) SET2_MIGRATIONS = copy.copy(FULL_MIGRATIONS)
####################################################### #######################################################
# Migration set 3: Final migrations # Migration set 3: Final migrations