Merge pull request #2182 from Theill11/patch-1

Small typo in console-migrate.md
This commit is contained in:
Alexander Makarov
2014-01-27 02:50:19 -08:00

View File

@@ -139,7 +139,7 @@ class m101129_185401_create_news_table extends \yii\db\Migration
public function safeDown()
{
$this->dropTable('tbl_news);
$this->dropTable('tbl_news');
$this->dropTable('tbl_user');
}