Scalr\Upgrade\Updates\Update20150612121802::isApplied2 PHP Method

isApplied2() protected method

protected isApplied2 ( $stage )
    protected function isApplied2($stage)
    {
        return 'NO' == $this->getTableColumnDefinition('services_ssl_certs', 'ssl_pkey')->isNullable && 'NO' == $this->getTableColumnDefinition('services_ssl_certs', 'ssl_cert')->isNullable;
    }