From 995a922b01b775e9a922ad6a9ea0fd93aeeefb12 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Thu, 9 Jan 2014 08:03:02 +0400 Subject: [PATCH] \yii\console\controllers\MigrateController updated --- framework/yii/console/controllers/MigrateController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/console/controllers/MigrateController.php b/framework/yii/console/controllers/MigrateController.php index 5651b9c..5730bbd 100644 --- a/framework/yii/console/controllers/MigrateController.php +++ b/framework/yii/console/controllers/MigrateController.php @@ -73,7 +73,7 @@ class MigrateController extends Controller /** * @var string the name of the table for keeping applied migration information. */ - public $migrationTable = 'tbl_migration'; + public $migrationTable = '{{%migration}}'; /** * @var string the template file for generating new migrations. * This can be either a path alias (e.g. "@app/migrations/template.php")