Scalr\Upgrade\Updates\Update20160224140055::run1 PHP Method

run1() protected method

protected run1 ( $stage )
    protected function run1($stage)
    {
        $this->db->Execute("\n            ALTER TABLE `farm_role_storage_config`\n            ADD COLUMN `mount_options` text NULL DEFAULT NULL COMMENT 'Mount options (linux only)' AFTER `label`\n        ");
    }