Files
phabricator/resources/sql/patches/084.pasteauthorkey.sql

3 lines
73 B
MySQL
Raw Normal View History

ALTER TABLE {$NAMESPACE}_pastebin.pastebin_paste
ADD KEY (authorPHID);