Commit aab5d35b by Mark

docs fixed

parent e65e56f1
...@@ -139,7 +139,7 @@ class m101129_185401_create_news_table extends \yii\db\Migration ...@@ -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');
} }
......
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