3 lines
76 B
MySQL
3 lines
76 B
MySQL
|
|
ALTER TABLE phabricator_maniphest.maniphest_transaction
|
||
|
|
ADD KEY (taskID);
|