Viewing File: /home/ubuntu/code_review/phabricator/resources/sql/patches/20130727.ponderquestionstatus.sql

ALTER TABLE {$NAMESPACE}_ponder.ponder_question
  ADD COLUMN `status` INT(10) UNSIGNED NOT NULL AFTER `authorPHID`;

ALTER TABLE {$NAMESPACE}_ponder.ponder_question
  ADD INDEX `status` (`status`);
Back to Directory File Manager