Commit 6e61d766 by Alexander Makarov

Merge pull request #2182 from Theill11/patch-1

Small typo in console-migrate.md
parents 1af612ca ac25959b
......@@ -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');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment