Browse Source

\yii\console\controllers\MigrateController updated

tags/2.0.0-beta
Alexander Kochetov 11 years ago
parent
commit
995a922b01
  1. 2
      framework/yii/console/controllers/MigrateController.php

2
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")

Loading…
Cancel
Save