<?phpnamespaceZotlabs\Update;class_1007{functionrun(){$r=q("ALTER TABLE `channel` ADD `channel_r_storage` INT UNSIGNED NOT NULL DEFAULT '128', ADD `channel_w_storage` INT UNSIGNED NOT NULL DEFAULT '128', add index ( channel_r_storage ), add index ( channel_w_storage )");if($r&&$r2)returnUPDATE_SUCCESS;returnUPDATE_FAILED;}}