You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2023-02-15-212546_add_post_.../up.sql

5 lines
138 B
SQL

CREATE INDEX idx_post_saved_person_id ON post_saved (person_id);
CREATE INDEX idx_comment_saved_person_id ON comment_saved (person_id);