Files
phabricator/resources/sql/patches/082.xactionkey.sql

3 lines
77 B
MySQL
Raw Normal View History

ALTER TABLE {$NAMESPACE}_maniphest.maniphest_transaction
ADD KEY (taskID);