run_new_migrations() makes more sense
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 9 Jul 2011 22:21:47 +0000 (17:21 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 9 Jul 2011 22:21:47 +0000 (17:21 -0500)
mediagoblin/db/util.py

index ca1aed746492a8233871da9313ddbc4797079b19..5f0699c1d0d960807f1e5ff356f801d7d6bcd7b5 100644 (file)
@@ -245,7 +245,7 @@ class MigrationManager(object):
             self.set_current_migration(migration_number)
             yield migration_number, migration_func
         
-    def run_outdated_migrations(self):
+    def run_new_migrations(self):
         """
         Install all migrations that need to be installed, quietly.
         """