@@ -278,7 +278,7 @@ class MigrateController extends Controller
else
die("Error: The version option must be either a timestamp (e.g. 101129_185401)\nor the full name of a migration (e.g. m101129_185401_create_user_table).\n");
$db=$this->getDbConnection();
$db=$this->getDb();
// try mark up
$migrations=$this->getNewMigrations();
...
...
@@ -405,7 +405,7 @@ class MigrateController extends Controller