Viewing File: /home/ubuntu/code-backup/code_review/phabricator/resources/sql/patches/20130723.taskstarttime.sql

ALTER TABLE {$NAMESPACE}_worker.worker_activetask
  ADD failureTime INT UNSIGNED;

ALTER TABLE {$NAMESPACE}_worker.worker_activetask
  ADD KEY `key_failuretime` (`failureTime`);
Back to Directory File Manager