%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/polls/migrations/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/polls/migrations/uninstall.php |
<?php
use yii\db\Migration;
class uninstall extends Migration
{
public function up()
{
$this->dropTable('poll');
$this->dropTable('poll_answer');
$this->dropTable('poll_answer_user');
}
public function down()
{
echo "m131023_165956_initial does not support migration down.\n";
return false;
}
}