3 lines
72 B
MySQL
3 lines
72 B
MySQL
|
|
ALTER TABLE phabricator_pastebin.pastebin_paste
|
||
|
|
ADD KEY (authorPHID);
|