From ec86d16a5376168127190aee36dfc8f3e559b527 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 9 Jul 2011 17:21:47 -0500 Subject: [PATCH] run_new_migrations() makes more sense --- mediagoblin/db/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediagoblin/db/util.py b/mediagoblin/db/util.py index ca1aed74..5f0699c1 100644 --- a/mediagoblin/db/util.py +++ b/mediagoblin/db/util.py @@ -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. """ -- 2.25.1