\yii\console\controllers\MigrateController updated

This commit is contained in:
Alexander Kochetov
2014-01-09 08:03:02 +04:00
parent a1deac81c3
commit 995a922b01

View File

@@ -73,7 +73,7 @@ class MigrateController extends Controller
/** /**
* @var string the name of the table for keeping applied migration information. * @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. * @var string the template file for generating new migrations.
* This can be either a path alias (e.g. "@app/migrations/template.php") * This can be either a path alias (e.g. "@app/migrations/template.php")