From f7b1b1151e3d08273b74ecff25912cb93dc64db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Matyas?= Date: Sun, 26 Jun 2011 01:18:42 +0200 Subject: [PATCH] fixed default path in configuration file --- config/minion/migration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/minion/migration.php b/config/minion/migration.php index 471c3bc..0dc813e 100644 --- a/config/minion/migration.php +++ b/config/minion/migration.php @@ -7,7 +7,7 @@ return array( ), - 'default_path' => 'migrations/', + 'default_path' => 'application/migrations/', /** * This specifies which migration should be the "base", in timestamp form.