]> Untitled Git - lemmy.git/blob - migrations/2023-02-15-212546_add_post_comment_saved_indexes/up.sql
Split activity table into sent and received parts (fixes #3103) (#3583)
[lemmy.git] / migrations / 2023-02-15-212546_add_post_comment_saved_indexes / up.sql
1 create index idx_post_saved_person_id on post_saved (person_id);
2 create index idx_comment_saved_person_id on comment_saved (person_id);