]> Untitled Git - lemmy.git/blobdiff - migrations/2023-02-15-212546_add_post_comment_saved_indexes/down.sql
Adding SQL format checking via `pg_format` / pgFormatter (#3740)
[lemmy.git] / migrations / 2023-02-15-212546_add_post_comment_saved_indexes / down.sql
index 3ef1500c6f7a2c4b9f4897a6448cb9416090e729..bd9b6bba66f6630d9976969ba8603015cb430714 100644 (file)
@@ -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;
+