diff --git a/resources/sql/patches/084.pasteauthorkey.sql b/resources/sql/patches/084.pasteauthorkey.sql new file mode 100644 index 0000000000..80535dac63 --- /dev/null +++ b/resources/sql/patches/084.pasteauthorkey.sql @@ -0,0 +1,2 @@ +ALTER TABLE phabricator_pastebin.pastebin_paste + ADD KEY (authorPHID);