mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-21 00:54:53 +08:00
Merge pull request #2182 from Theill11/patch-1
Small typo in console-migrate.md
This commit is contained in:
@@ -139,7 +139,7 @@ class m101129_185401_create_news_table extends \yii\db\Migration
|
|||||||
|
|
||||||
public function safeDown()
|
public function safeDown()
|
||||||
{
|
{
|
||||||
$this->dropTable('tbl_news);
|
$this->dropTable('tbl_news');
|
||||||
$this->dropTable('tbl_user');
|
$this->dropTable('tbl_user');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user