%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/mail/migrations/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/mail/migrations/uninstall.php |
<?php
use humhub\components\Migration;
class uninstall extends Migration
{
public function up()
{
$this->safeDropTable('user_message_tag');
$this->safeDropTable('message_tag');
$this->safeDropTable('user_message');
$this->safeDropTable('message');
$this->safeDropTable('message_entry');
}
public function down()
{
echo "uninstall does not support migration down.\n";
return false;
}
}