Commit 32ac8991 by Alexander Makarov

Added table prefix to advanced application migration (now drop table)

parent e6f91e2d
......@@ -28,6 +28,6 @@ class m130524_201442_init extends \yii\db\Migration
public function down()
{
$this->dropTable('user');
$this->dropTable($this->db->tablePrefix . '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