lemmy/migrations/2023-02-15-212546_add_post_.../up.sql

3 lines
136 B
MySQL
Raw Normal View History

create index idx_post_saved_person_id on post_saved (person_id);
create index idx_comment_saved_person_id on comment_saved (person_id);