Commit ac25959b by Johnny Theill

Small typo in console-migrate.md

parent 1af612ca
......@@ -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