<?php

use Phalcon\Mvc\Model\Migration;

class UpdateDiskusiBansosMigration_358 extends Migration
{
    public function up()
    {
        $this->down();


        self::$connection->execute('
            UPDATE "jaga"."diskusi_bansos"  SET "isresponded" = 0 WHERE status = 2 AND isresponded = 1;
        ');
    }

    public function down()
    {
    }
}
