X-Git-Url: http://these/git/?a=blobdiff_plain;f=migrations%2F2023-02-15-212546_add_post_comment_saved_indexes%2Fdown.sql;h=bd9b6bba66f6630d9976969ba8603015cb430714;hb=be1389420b9dc4516f1e9b3e82637f84919a438e;hp=3ef1500c6f7a2c4b9f4897a6448cb9416090e729;hpb=b4380cb548f507ab53fa0808ab21d8270646cb36;p=lemmy.git diff --git a/migrations/2023-02-15-212546_add_post_comment_saved_indexes/down.sql b/migrations/2023-02-15-212546_add_post_comment_saved_indexes/down.sql index 3ef1500c..bd9b6bba 100644 --- a/migrations/2023-02-15-212546_add_post_comment_saved_indexes/down.sql +++ b/migrations/2023-02-15-212546_add_post_comment_saved_indexes/down.sql @@ -1 +1,2 @@ -drop index idx_post_saved_person_id, idx_comment_saved_person_id; +DROP INDEX idx_post_saved_person_id, idx_comment_saved_person_id; +